BinDemuxContext Struct Reference
Collaboration diagram for BinDemuxContext:
Collaboration graph

Data Fields

const AVClassclass
 
int chars_per_frame
 characters to send decoder per frame; set by private options as characters per second, and then converted to characters per frame at runtime More...
 
int width
 
int height
 video size (WxH pixels) (private option) More...
 
AVRational framerate
 frames per second (private option) More...
 
uint64_t fsize
 file size less metadata buffer More...
 

Detailed Description

Definition at line 41 of file libavformat/bintext.c.

Field Documentation

int BinDemuxContext::chars_per_frame

characters to send decoder per frame; set by private options as characters per second, and then converted to characters per frame at runtime

Definition at line 43 of file libavformat/bintext.c.

Referenced by init_stream(), and read_packet().

const AVClass* BinDemuxContext::class

Definition at line 42 of file libavformat/bintext.c.

AVRational BinDemuxContext::framerate

frames per second (private option)

Definition at line 47 of file libavformat/bintext.c.

Referenced by init_stream().

uint64_t BinDemuxContext::fsize

file size less metadata buffer

Definition at line 48 of file libavformat/bintext.c.

Referenced by init_stream(), and read_packet().

int BinDemuxContext::height

video size (WxH pixels) (private option)

Definition at line 46 of file libavformat/bintext.c.

int BinDemuxContext::width

Definition at line 46 of file libavformat/bintext.c.

Referenced by init_stream().


The documentation for this struct was generated from the following file: