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

Data Fields

AVCodecContextavctx
 
AVFrameframe
 
unsigned int bitmap_size
 
uint32_t palette [256]
 
uint8_tbitmap_table [3]
 

Detailed Description

Definition at line 40 of file dsicinav.c.

Field Documentation

AVCodecContext* CinVideoContext::avctx

Definition at line 41 of file dsicinav.c.

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

AVFrame* CinVideoContext::frame

Definition at line 42 of file dsicinav.c.

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

unsigned int CinVideoContext::bitmap_size

Definition at line 43 of file dsicinav.c.

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

uint32_t CinVideoContext::palette[256]

Definition at line 44 of file dsicinav.c.

Referenced by cinvideo_decode_frame().

uint8_t* CinVideoContext::bitmap_table[3]

Definition at line 45 of file dsicinav.c.

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


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