FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
AVFrame * | frame |
unsigned int | bitmap_size |
uint32_t | palette [256] |
uint8_t * | bitmap_table [3] |
Definition at line 38 of file dsicinvideo.c.
AVCodecContext* CinVideoContext::avctx |
Definition at line 39 of file dsicinvideo.c.
Referenced by allocate_buffers(), cinvideo_decode_frame(), and cinvideo_decode_init().
AVFrame* CinVideoContext::frame |
Definition at line 40 of file dsicinvideo.c.
Referenced by cinvideo_decode_end(), cinvideo_decode_frame(), and cinvideo_decode_init().
unsigned int CinVideoContext::bitmap_size |
Definition at line 41 of file dsicinvideo.c.
Referenced by allocate_buffers(), cinvideo_decode_frame(), and cinvideo_decode_init().
uint32_t CinVideoContext::palette[256] |
Definition at line 42 of file dsicinvideo.c.
Referenced by cinvideo_decode_frame().
uint8_t* CinVideoContext::bitmap_table[3] |
Definition at line 43 of file dsicinvideo.c.
Referenced by allocate_buffers(), cinvideo_decode_frame(), and destroy_buffers().