FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
RawVideoDemuxerContext Struct Reference

Data Fields

const AVClassclass
 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 29 of file rawvideodec.c.

Field Documentation

◆ class

const AVClass* RawVideoDemuxerContext::class

Class for private options.

Definition at line 30 of file rawvideodec.c.

◆ width

int RawVideoDemuxerContext::width

Definition at line 31 of file rawvideodec.c.

◆ height

int RawVideoDemuxerContext::height

Integers describing video size, set by a private option.

Definition at line 31 of file rawvideodec.c.

◆ pixel_format

char* RawVideoDemuxerContext::pixel_format

Set by a private option.

Definition at line 32 of file rawvideodec.c.

◆ framerate

AVRational RawVideoDemuxerContext::framerate

AVRational describing framerate, set by a private option.

Definition at line 33 of file rawvideodec.c.


The documentation for this struct was generated from the following file: