FFmpeg
|
RawVideoDemuxerContext Struct Reference
Collaboration diagram for RawVideoDemuxerContext:
Data Fields | |
const AVClass * | class |
Class for private options. More... | |
int | width |
int | height |
Integers 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... | |
Detailed Description
Definition at line 28 of file rawvideodec.c.
Field Documentation
const AVClass* RawVideoDemuxerContext::class |
Class for private options.
Definition at line 29 of file rawvideodec.c.
AVRational RawVideoDemuxerContext::framerate |
AVRational describing framerate, set by a private option.
Definition at line 32 of file rawvideodec.c.
Referenced by rawvideo_read_header().
int RawVideoDemuxerContext::height |
Integers describing video size, set by a private option.
Definition at line 30 of file rawvideodec.c.
Referenced by rawvideo_read_header(), and rawvideo_read_packet().
char* RawVideoDemuxerContext::pixel_format |
Set by a private option.
Definition at line 31 of file rawvideodec.c.
Referenced by rawvideo_read_header().
int RawVideoDemuxerContext::width |
Definition at line 30 of file rawvideodec.c.
Referenced by rawvideo_read_header(), and rawvideo_read_packet().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11