FFmpeg
|
#include <rawdec.h>
Data Fields | |
const AVClass * | class |
Class for private options. More... | |
char * | video_size |
String describing video size, set by a private option. More... | |
char * | pixel_format |
Set by a private option. More... | |
AVRational | framerate |
AVRational describing framerate, set by a private option. More... | |
const AVClass* FFRawVideoDemuxerContext::class |
char* FFRawVideoDemuxerContext::video_size |
char* FFRawVideoDemuxerContext::pixel_format |
AVRational FFRawVideoDemuxerContext::framerate |
AVRational describing framerate, set by a private option.
Definition at line 33 of file rawdec.h.
Referenced by ff_raw_video_read_header().