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

Data Fields

AVCodecContextavctx
 
GetByteContext gb
 
AVFrameframe
 
uint32_t palette [AVPALETTE_COUNT]
 
int palette_size
 

Detailed Description

Definition at line 35 of file aasc.c.

Field Documentation

AVCodecContext* AascContext::avctx

Definition at line 36 of file aasc.c.

Referenced by aasc_decode_init().

GetByteContext AascContext::gb

Definition at line 37 of file aasc.c.

Referenced by aasc_decode_frame().

AVFrame* AascContext::frame

Definition at line 38 of file aasc.c.

Referenced by aasc_decode_end(), aasc_decode_frame(), and aasc_decode_init().

uint32_t AascContext::palette[AVPALETTE_COUNT]

Definition at line 40 of file aasc.c.

Referenced by aasc_decode_frame(), and aasc_decode_init().

int AascContext::palette_size

Definition at line 41 of file aasc.c.

Referenced by aasc_decode_frame(), and aasc_decode_init().


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