FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FFRawVideoDemuxerContext Struct Reference

#include <rawdec.h>

Data Fields

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

Detailed Description

Definition at line 29 of file rawdec.h.

Field Documentation

const AVClass* FFRawVideoDemuxerContext::class

Class for private options.

Definition at line 30 of file rawdec.h.

char* FFRawVideoDemuxerContext::video_size

String describing video size, set by a private option.

Definition at line 31 of file rawdec.h.

char* FFRawVideoDemuxerContext::pixel_format

Set by a private option.

Definition at line 32 of file rawdec.h.

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: