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

Data Fields

AVCodecContextavctx
 
AVFrame frame
 current
 
AVFrame last_frame
 last
 
AVFrame last2_frame
 second-last
 
int width
 
int height
 
unsigned int palette [AVPALETTE_COUNT]
 

Detailed Description

Definition at line 37 of file eacmv.c.

Field Documentation

AVCodecContext* CmvContext::avctx
AVFrame CmvContext::frame
AVFrame CmvContext::last_frame
AVFrame CmvContext::last2_frame

second-last

Definition at line 41 of file eacmv.c.

Referenced by cmv_decode_end(), cmv_decode_frame(), cmv_decode_init(), and cmv_decode_inter().

int CmvContext::width

Definition at line 42 of file eacmv.c.

Referenced by cmv_decode_frame(), and cmv_process_header().

int CmvContext::height

Definition at line 42 of file eacmv.c.

Referenced by cmv_decode_frame(), and cmv_process_header().

unsigned int CmvContext::palette[AVPALETTE_COUNT]

Definition at line 43 of file eacmv.c.

Referenced by cmv_decode_frame(), and cmv_process_header().


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