FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
V210DemuxerContext 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...
 
AVRational framerate
 AVRational describing framerate, set by a private option. More...
 

Detailed Description

Definition at line 29 of file v210.c.

Field Documentation

const AVClass* V210DemuxerContext::class

Class for private options.

Definition at line 30 of file v210.c.

int V210DemuxerContext::width

Definition at line 31 of file v210.c.

Referenced by v210_read_header().

int V210DemuxerContext::height

Integers describing video size, set by a private option.

Definition at line 31 of file v210.c.

Referenced by v210_read_header().

AVRational V210DemuxerContext::framerate

AVRational describing framerate, set by a private option.

Definition at line 32 of file v210.c.

Referenced by v210_read_header().


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