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 35 of file rawdec.h.

Field Documentation

const AVClass* FFRawVideoDemuxerContext::class

Class for private options.

Definition at line 36 of file rawdec.h.

char* FFRawVideoDemuxerContext::framerate

String describing framerate, set by a private option.

Definition at line 39 of file rawdec.h.

Referenced by ff_raw_read_header(), and ff_raw_video_read_header().

char* FFRawVideoDemuxerContext::pixel_format

Set by a private option.

Definition at line 38 of file rawdec.h.

Referenced by ff_raw_read_header().

char* FFRawVideoDemuxerContext::video_size

String describing video size, set by a private option.

Definition at line 37 of file rawdec.h.

Referenced by ff_raw_read_header().


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