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

Data Fields

AVCodecContextavctx
 
AVFrameframe
 
const unsigned char * data
 
int size
 
int width
 
int height
 
int palette_video
 
cvid_strip strips [MAX_STRIPS]
 
int sega_film_skip_bytes
 
uint32_t pal [256]
 

Detailed Description

Definition at line 58 of file cinepak.c.

Field Documentation

AVCodecContext* CinepakContext::avctx

Definition at line 60 of file cinepak.c.

Referenced by cinepak_decode_init(), cinepak_decode_vectors(), and cinepak_predecode_check().

AVFrame* CinepakContext::frame
const unsigned char* CinepakContext::data

Definition at line 63 of file cinepak.c.

Referenced by cinepak_decode(), cinepak_decode_frame(), and cinepak_predecode_check().

int CinepakContext::size

Definition at line 64 of file cinepak.c.

Referenced by cinepak_decode(), cinepak_decode_frame(), and cinepak_predecode_check().

int CinepakContext::width

Definition at line 66 of file cinepak.c.

Referenced by cinepak_decode_init(), and cinepak_decode_strip().

int CinepakContext::height

Definition at line 66 of file cinepak.c.

Referenced by cinepak_decode_init(), and cinepak_decode_strip().

int CinepakContext::palette_video

Definition at line 68 of file cinepak.c.

Referenced by cinepak_decode_frame(), cinepak_decode_init(), and cinepak_decode_vectors().

cvid_strip CinepakContext::strips[MAX_STRIPS]

Definition at line 69 of file cinepak.c.

Referenced by cinepak_decode().

int CinepakContext::sega_film_skip_bytes

Definition at line 71 of file cinepak.c.

Referenced by cinepak_decode(), cinepak_decode_init(), and cinepak_predecode_check().

uint32_t CinepakContext::pal[256]

Definition at line 73 of file cinepak.c.

Referenced by cinepak_decode_frame().


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