FFmpeg
Data Fields
CinVideoContext Struct Reference

Data Fields

AVCodecContextavctx
 
AVFrameframe
 
unsigned int bitmap_size
 
uint32_t palette [256]
 
uint8_t * bitmap_table [3]
 

Detailed Description

Definition at line 38 of file dsicinvideo.c.

Field Documentation

◆ avctx

AVCodecContext* CinVideoContext::avctx

Definition at line 39 of file dsicinvideo.c.

Referenced by allocate_buffers(), cinvideo_decode_frame(), and cinvideo_decode_init().

◆ frame

AVFrame* CinVideoContext::frame

Definition at line 40 of file dsicinvideo.c.

Referenced by cinvideo_decode_end(), cinvideo_decode_frame(), and cinvideo_decode_init().

◆ bitmap_size

unsigned int CinVideoContext::bitmap_size

Definition at line 41 of file dsicinvideo.c.

Referenced by allocate_buffers(), cinvideo_decode_frame(), and cinvideo_decode_init().

◆ palette

uint32_t CinVideoContext::palette[256]

Definition at line 42 of file dsicinvideo.c.

Referenced by cinvideo_decode_frame().

◆ bitmap_table

uint8_t* CinVideoContext::bitmap_table[3]

Definition at line 43 of file dsicinvideo.c.

Referenced by allocate_buffers(), cinvideo_decode_frame(), and destroy_buffers().


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