FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
AVFrame * | last_frame |
last | |
AVFrame * | last2_frame |
second-last | |
int | width |
int | height |
unsigned int | palette [AVPALETTE_COUNT] |
AVCodecContext* CmvContext::avctx |
Definition at line 38 of file eacmv.c.
Referenced by cmv_decode_frame(), cmv_decode_init(), cmv_decode_inter(), cmv_decode_intra(), and cmv_process_header().
AVFrame* CmvContext::last_frame |
last
Definition at line 39 of file eacmv.c.
Referenced by cmv_decode_end(), cmv_decode_frame(), cmv_decode_init(), cmv_decode_inter(), 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().
int CmvContext::width |
Definition at line 41 of file eacmv.c.
Referenced by cmv_decode_frame(), and cmv_process_header().
int CmvContext::height |
Definition at line 41 of file eacmv.c.
Referenced by cmv_decode_frame(), and cmv_process_header().
unsigned int CmvContext::palette[AVPALETTE_COUNT] |
Definition at line 42 of file eacmv.c.
Referenced by cmv_decode_frame(), and cmv_process_header().