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

Data Fields

AVCodecContextavctx
 
AVFrameframe
 
const unsigned char * buf
 
int size
 
int mode_8bit
 
uint32_t pal [256]
 

Detailed Description

Definition at line 46 of file msvideo1.c.

Field Documentation

AVCodecContext* Msvideo1Context::avctx

Definition at line 48 of file msvideo1.c.

Referenced by msvideo1_decode_16bit(), msvideo1_decode_8bit(), and msvideo1_decode_init().

AVFrame* Msvideo1Context::frame
const unsigned char* Msvideo1Context::buf

Definition at line 51 of file msvideo1.c.

Referenced by msvideo1_decode_16bit(), msvideo1_decode_8bit(), and msvideo1_decode_frame().

int Msvideo1Context::size

Definition at line 52 of file msvideo1.c.

Referenced by msvideo1_decode_frame().

int Msvideo1Context::mode_8bit

Definition at line 54 of file msvideo1.c.

Referenced by msvideo1_decode_frame(), and msvideo1_decode_init().

uint32_t Msvideo1Context::pal[256]

Definition at line 56 of file msvideo1.c.

Referenced by msvideo1_decode_8bit(), msvideo1_decode_frame(), and msvideo1_decode_init().


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