FFmpeg
|
#include <img2.h>
Data Fields | |
const AVClass * | class |
Class for private options. More... | |
int | img_first |
int | img_last |
int | img_number |
int64_t | pts |
int | img_count |
int | is_pipe |
int | split_planes |
use independent file for each Y, U, V plane More... | |
char | path [1024] |
char * | pixel_format |
Set by a private option. More... | |
int | width |
int | height |
Set by a private option. More... | |
AVRational | framerate |
Set by a private option. More... | |
int | loop |
int | pattern_type |
PatternType. More... | |
int | use_glob |
int | start_number |
int | start_number_range |
int | frame_size |
int | ts_from_file |
const AVClass* VideoDemuxData::class |
int VideoDemuxData::img_first |
Definition at line 43 of file img2.h.
Referenced by ff_img_read_header(), ff_img_read_packet(), and img_read_seek().
int VideoDemuxData::img_last |
Definition at line 44 of file img2.h.
Referenced by ff_img_read_header(), ff_img_read_packet(), and img_read_seek().
int VideoDemuxData::img_number |
Definition at line 45 of file img2.h.
Referenced by ff_img_read_header(), ff_img_read_packet(), and img_read_seek().
int64_t VideoDemuxData::pts |
Definition at line 46 of file img2.h.
Referenced by ff_img_read_packet(), and img_read_seek().
int VideoDemuxData::img_count |
Definition at line 47 of file img2.h.
Referenced by ff_img_read_header(), and ff_img_read_packet().
int VideoDemuxData::is_pipe |
Definition at line 48 of file img2.h.
Referenced by ff_img_read_header(), and ff_img_read_packet().
int VideoDemuxData::split_planes |
use independent file for each Y, U, V plane
Definition at line 49 of file img2.h.
Referenced by ff_img_read_header(), and ff_img_read_packet().
char VideoDemuxData::path[1024] |
Definition at line 50 of file img2.h.
Referenced by ff_img_read_header(), and ff_img_read_packet().
char* VideoDemuxData::pixel_format |
int VideoDemuxData::width |
Definition at line 52 of file img2.h.
Referenced by ff_img_read_header().
int VideoDemuxData::height |
AVRational VideoDemuxData::framerate |
int VideoDemuxData::loop |
Definition at line 54 of file img2.h.
Referenced by ff_img_read_packet().
int VideoDemuxData::pattern_type |
PatternType.
Definition at line 55 of file img2.h.
Referenced by ff_img_read_header(), and ff_img_read_packet().
int VideoDemuxData::use_glob |
Definition at line 56 of file img2.h.
Referenced by ff_img_read_header(), ff_img_read_packet(), and img_read_close().
int VideoDemuxData::start_number |
Definition at line 60 of file img2.h.
Referenced by ff_img_read_header().
int VideoDemuxData::start_number_range |
Definition at line 61 of file img2.h.
Referenced by ff_img_read_header().
int VideoDemuxData::frame_size |
Definition at line 62 of file img2.h.
Referenced by ff_img_read_packet().
int VideoDemuxData::ts_from_file |
Definition at line 63 of file img2.h.
Referenced by ff_img_read_header(), ff_img_read_packet(), and img_read_seek().