FFmpeg
|
Data Fields | |
const AVClass * | class |
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 | |
int | width |
int | height |
video size (WxH pixels) (private option) | |
AVRational | framerate |
frames per second (private option) | |
uint64_t | fsize |
file size less metadata buffer | |
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 bintext.c.
Referenced by init_stream(), and read_packet().
int BinDemuxContext::width |
Definition at line 46 of file bintext.c.
Referenced by init_stream().
int BinDemuxContext::height |
AVRational BinDemuxContext::framerate |
frames per second (private option)
Definition at line 47 of file bintext.c.
Referenced by init_stream().
uint64_t BinDemuxContext::fsize |
file size less metadata buffer
Definition at line 48 of file bintext.c.
Referenced by read_packet().