RawVideoContext Struct Reference

Data Fields

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

Detailed Description

Definition at line 33 of file rawdec.c.

Field Documentation

unsigned char* RawVideoContext::buffer

Definition at line 35 of file rawdec.c.

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

int RawVideoContext::flip

Definition at line 37 of file rawdec.c.

Referenced by raw_decode(), and raw_init_decoder().

int RawVideoContext::length

Definition at line 36 of file rawdec.c.

Referenced by raw_decode(), and raw_init_decoder().

uint32_t RawVideoContext::palette[AVPALETTE_COUNT]

Definition at line 34 of file rawdec.c.

Referenced by raw_decode(), and raw_init_decoder().

AVFrame RawVideoContext::pic

AVCodecContext.coded_frame.

Definition at line 38 of file rawdec.c.

Referenced by raw_init_decoder().


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