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 | |
char * | video_size |
video size (WxH pixels) (private option) | |
char * | framerate |
frames per second (private option) | |
uint64_t | fsize |
file size less metadata buffer |
Definition at line 41 of file bintext.c.
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().
const AVClass* BinDemuxContext::class |
frames per second (private option)
Definition at line 47 of file bintext.c.
Referenced by init_stream().
file size less metadata buffer
Definition at line 48 of file bintext.c.
Referenced by read_packet().
video size (WxH pixels) (private option)
Definition at line 46 of file bintext.c.
Referenced by init_stream().