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 |
int | export_path_metadata |
enabled when set to 1. More... | |
const AVClass* VideoDemuxData::class |
int VideoDemuxData::img_first |
Definition at line 43 of file img2.h.
Referenced by img_read_seek().
int VideoDemuxData::img_last |
Definition at line 44 of file img2.h.
Referenced by img_read_seek().
int VideoDemuxData::img_number |
Definition at line 45 of file img2.h.
Referenced by img_read_seek().
int64_t VideoDemuxData::pts |
Definition at line 46 of file img2.h.
Referenced by img_read_seek().
int VideoDemuxData::split_planes |
AVRational VideoDemuxData::framerate |
int VideoDemuxData::ts_from_file |
Definition at line 63 of file img2.h.
Referenced by img_read_seek().
int VideoDemuxData::export_path_metadata |