Data Fields | |
const AVClass * | class |
Class for private options. | |
int | img_first |
int | img_last |
int | img_number |
int | img_count |
int | is_pipe |
char | path [1024] |
char * | pixel_format |
Set by a private option. | |
char * | video_size |
Set by a private option. | |
char * | framerate |
Set by a private option. | |
int | loop |
int | start_number |
const AVClass* VideoDemuxData::class |
char* VideoDemuxData::framerate |
int VideoDemuxData::img_count |
Definition at line 36 of file img2dec.c.
Referenced by img_read_header(), and img_read_packet().
int VideoDemuxData::img_first |
Definition at line 33 of file img2dec.c.
Referenced by img_read_header(), and img_read_packet().
int VideoDemuxData::img_last |
Definition at line 34 of file img2dec.c.
Referenced by img_read_header(), and img_read_packet().
int VideoDemuxData::img_number |
Definition at line 35 of file img2dec.c.
Referenced by img_read_header(), and img_read_packet().
int VideoDemuxData::is_pipe |
Definition at line 37 of file img2dec.c.
Referenced by img_read_header(), and img_read_packet().
int VideoDemuxData::loop |
Definition at line 42 of file img2dec.c.
Referenced by img_read_packet().
char VideoDemuxData::path[1024] |
Definition at line 38 of file img2dec.c.
Referenced by img_read_header(), and img_read_packet().
char* VideoDemuxData::pixel_format |
int VideoDemuxData::start_number |
Definition at line 43 of file img2dec.c.
Referenced by img_read_header().
char* VideoDemuxData::video_size |