CmvContext Struct Reference
Collaboration diagram for CmvContext:
Collaboration graph

Data Fields

AVCodecContextavctx
 
AVFramelast_frame
 last More...
 
AVFramelast2_frame
 second-last More...
 
int width
 
int height
 
unsigned int palette [AVPALETTE_COUNT]
 

Detailed Description

Definition at line 37 of file eacmv.c.

Field Documentation

AVCodecContext* CmvContext::avctx
int CmvContext::height

Definition at line 41 of file eacmv.c.

Referenced by cmv_decode_frame(), and cmv_process_header().

AVFrame* CmvContext::last2_frame

second-last

Definition at line 40 of file eacmv.c.

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

AVFrame* CmvContext::last_frame
unsigned int CmvContext::palette[AVPALETTE_COUNT]

Definition at line 42 of file eacmv.c.

Referenced by cmv_decode_frame(), and cmv_process_header().

int CmvContext::width

Definition at line 41 of file eacmv.c.

Referenced by cmv_decode_frame(), and cmv_process_header().


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