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

Data Fields

AVClassav_class
 
uint32_t palette [AVPALETTE_COUNT]
 
unsigned char * buffer
 
int length
 
int flip
 
AVFrame pic
 AVCodecContext.coded_frame.
 
int tff
 

Detailed Description

Definition at line 35 of file rawdec.c.

Field Documentation

AVClass* RawVideoContext::av_class

Definition at line 36 of file rawdec.c.

uint32_t RawVideoContext::palette[AVPALETTE_COUNT]

Definition at line 37 of file rawdec.c.

Referenced by raw_decode(), and raw_init_decoder().

unsigned char* RawVideoContext::buffer

Definition at line 38 of file rawdec.c.

Referenced by raw_close_decoder(), raw_decode(), and raw_init_decoder().

int RawVideoContext::length

Definition at line 39 of file rawdec.c.

Referenced by raw_decode(), and raw_init_decoder().

int RawVideoContext::flip

Definition at line 40 of file rawdec.c.

Referenced by raw_decode(), and raw_init_decoder().

AVFrame RawVideoContext::pic

AVCodecContext.coded_frame.

Definition at line 41 of file rawdec.c.

Referenced by raw_init_decoder().

int RawVideoContext::tff

Definition at line 42 of file rawdec.c.

Referenced by raw_decode().


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