FFmpeg
Data Fields
FFRawVideoDemuxerContext Struct Reference

#include <rawdec.h>

Data Fields

const AVClassclass
 Class for private options. More...
 
int raw_packet_size
 
char * video_size
 String 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 rawdec.h.

Field Documentation

◆ class

const AVClass* FFRawVideoDemuxerContext::class

Class for private options.

Definition at line 30 of file rawdec.h.

◆ raw_packet_size

int FFRawVideoDemuxerContext::raw_packet_size

Definition at line 31 of file rawdec.h.

◆ video_size

char* FFRawVideoDemuxerContext::video_size

String describing video size, set by a private option.

Definition at line 32 of file rawdec.h.

◆ pixel_format

char* FFRawVideoDemuxerContext::pixel_format

Set by a private option.

Definition at line 33 of file rawdec.h.

◆ framerate

AVRational FFRawVideoDemuxerContext::framerate

AVRational describing framerate, set by a private option.

Definition at line 34 of file rawdec.h.


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