|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| Class for private options. | |
| char * | video_size |
| String describing video size, set by a private option. | |
| char * | pixel_format |
| Set by a private option. | |
| char * | framerate |
| String describing framerate, set by a private option. | |
Definition at line 28 of file rawvideodec.c.
| const AVClass* RawVideoDemuxerContext::class |
Class for private options.
Definition at line 29 of file rawvideodec.c.
| char* RawVideoDemuxerContext::video_size |
String describing video size, set by a private option.
Definition at line 30 of file rawvideodec.c.
Referenced by rawvideo_read_header().
| char* RawVideoDemuxerContext::pixel_format |
Set by a private option.
Definition at line 31 of file rawvideodec.c.
Referenced by rawvideo_read_header().
| char* RawVideoDemuxerContext::framerate |
String describing framerate, set by a private option.
Definition at line 32 of file rawvideodec.c.
Referenced by rawvideo_read_header().
1.8.2