FFmpeg
|
Data Fields | |
AVClass * | class |
int | chars_per_frame |
uint64_t | fsize |
file size less metadata buffer | |
int | width |
int | height |
Set by a private option. | |
AVRational | framerate |
Set by a private option. | |
int TtyDemuxContext::chars_per_frame |
Definition at line 39 of file tty.c.
Referenced by read_header(), and read_packet().
uint64_t TtyDemuxContext::fsize |
file size less metadata buffer
Definition at line 40 of file tty.c.
Referenced by efi_read(), read_header(), and read_packet().
int TtyDemuxContext::width |
Definition at line 41 of file tty.c.
Referenced by read_header().
int TtyDemuxContext::height |
AVRational TtyDemuxContext::framerate |