BMVDecContext Struct Reference

Data Fields

AVCodecContextavctx
AVFrame pic
uint8_t * frame
uint8_t frame_base [SCREEN_WIDE *(SCREEN_HIGH+1)]
uint32_t pal [256]
const uint8_t * stream

Detailed Description

Definition at line 43 of file bmv.c.

Field Documentation

AVCodecContext* BMVDecContext::avctx

Definition at line 44 of file bmv.c.

Referenced by decode_init().

uint8_t* BMVDecContext::frame

Definition at line 47 of file bmv.c.

Referenced by decode_frame(), and decode_init().

uint8_t BMVDecContext::frame_base[SCREEN_WIDE *(SCREEN_HIGH+1)]

Definition at line 47 of file bmv.c.

Referenced by decode_init().

uint32_t BMVDecContext::pal[256]

Definition at line 48 of file bmv.c.

Referenced by decode_frame().

AVFrame BMVDecContext::pic

Definition at line 45 of file bmv.c.

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

const uint8_t* BMVDecContext::stream

Definition at line 49 of file bmv.c.

Referenced by decode_frame().


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