FFmpeg
Data Fields
RawVideoDemuxerContext 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...
 
enum AVPixelFormat pix_fmt
 
AVRational framerate
 AVRational describing framerate, set by a private option. More...
 
bool has_padding
 
int * linesize
 
unsigned nb_linesize
 
size_t frame_size
 
int raw_bytes [4]
 

Detailed Description

Definition at line 34 of file rawvideodec.c.

Field Documentation

◆ class

const AVClass* RawVideoDemuxerContext::class

Class for private options.

Definition at line 35 of file rawvideodec.c.

◆ width

int RawVideoDemuxerContext::width

Definition at line 36 of file rawvideodec.c.

◆ height

int RawVideoDemuxerContext::height

Integers describing video size, set by a private option.

Definition at line 36 of file rawvideodec.c.

◆ pix_fmt

enum AVPixelFormat RawVideoDemuxerContext::pix_fmt

Definition at line 37 of file rawvideodec.c.

◆ framerate

AVRational RawVideoDemuxerContext::framerate

AVRational describing framerate, set by a private option.

Definition at line 38 of file rawvideodec.c.

◆ has_padding

bool RawVideoDemuxerContext::has_padding

Definition at line 40 of file rawvideodec.c.

◆ linesize

int* RawVideoDemuxerContext::linesize

Definition at line 45 of file rawvideodec.c.

◆ nb_linesize

unsigned RawVideoDemuxerContext::nb_linesize

Definition at line 46 of file rawvideodec.c.

◆ frame_size

size_t RawVideoDemuxerContext::frame_size

Definition at line 48 of file rawvideodec.c.

◆ raw_bytes

int RawVideoDemuxerContext::raw_bytes[4]

Definition at line 50 of file rawvideodec.c.


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