Libav
Data Fields
FFRawVideoDemuxerContext Struct Reference

#include <rawdec.h>

Data Fields

const AVClassclass
 Class for private options. More...
 
char * video_size
 String describing video size, set by a private option. More...
 
char * pixel_format
 Set by a private option. More...
 
char * framerate
 String describing framerate, set by a private option. More...
 

Detailed Description

Definition at line 29 of file rawdec.h.

Field Documentation

§ class

const AVClass* FFRawVideoDemuxerContext::class

Class for private options.

Definition at line 30 of file rawdec.h.

§ video_size

char* FFRawVideoDemuxerContext::video_size

String describing video size, set by a private option.

Definition at line 31 of file rawdec.h.

§ pixel_format

char* FFRawVideoDemuxerContext::pixel_format

Set by a private option.

Definition at line 32 of file rawdec.h.

§ framerate

char* FFRawVideoDemuxerContext::framerate

String describing framerate, set by a private option.

Definition at line 33 of file rawdec.h.

Referenced by ff_raw_video_read_header().


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