|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| Class for private options. More... | |
| int | width |
| int | height |
| Integers describing video size, set by a private option. More... | |
| enum AVPixelFormat | pix_fmt |
| AVRational | framerate |
| AVRational describing framerate, set by a private option. More... | |
| bool | has_padding |
| int * | linesize |
| unsigned | nb_linesize |
| size_t | frame_size |
| int | raw_bytes [4] |
Definition at line 34 of file rawvideodec.c.
| const AVClass* RawVideoDemuxerContext::class |
Class for private options.
Definition at line 35 of file rawvideodec.c.
| int RawVideoDemuxerContext::width |
Definition at line 36 of file rawvideodec.c.
| int RawVideoDemuxerContext::height |
Integers describing video size, set by a private option.
Definition at line 36 of file rawvideodec.c.
| enum AVPixelFormat RawVideoDemuxerContext::pix_fmt |
Definition at line 37 of file rawvideodec.c.
| AVRational RawVideoDemuxerContext::framerate |
AVRational describing framerate, set by a private option.
Definition at line 38 of file rawvideodec.c.
| bool RawVideoDemuxerContext::has_padding |
Definition at line 40 of file rawvideodec.c.
| int* RawVideoDemuxerContext::linesize |
Definition at line 45 of file rawvideodec.c.
| unsigned RawVideoDemuxerContext::nb_linesize |
Definition at line 46 of file rawvideodec.c.
| size_t RawVideoDemuxerContext::frame_size |
Definition at line 48 of file rawvideodec.c.
| int RawVideoDemuxerContext::raw_bytes[4] |
Definition at line 50 of file rawvideodec.c.
1.8.17