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

Data Fields

AVCodecContextavctx
 
AVFrame pic
 
unsigned char planes
 
unsigned char planemap [4]
 
uint32_t pal [256]
 

Detailed Description

Definition at line 47 of file 8bps.c.

Field Documentation

AVCodecContext* EightBpsContext::avctx

Definition at line 48 of file 8bps.c.

Referenced by decode_init().

AVFrame EightBpsContext::pic

Definition at line 49 of file 8bps.c.

Referenced by decode_end(), decode_frame(), and decode_init().

unsigned char EightBpsContext::planes

Definition at line 51 of file 8bps.c.

Referenced by decode_frame(), and decode_init().

unsigned char EightBpsContext::planemap[4]

Definition at line 52 of file 8bps.c.

Referenced by decode_frame(), and decode_init().

uint32_t EightBpsContext::pal[256]

Definition at line 54 of file 8bps.c.

Referenced by decode_frame().


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