| FFmpeg
    | 
| Data Fields | |
| AVCodecContext * | avctx | 
| uint8_t * | frame | 
| uint8_t | frame_base [SCREEN_WIDE *(SCREEN_HIGH+1)] | 
| uint32_t | pal [256] | 
| const uint8_t * | stream | 
| AVCodecContext* BMVDecContext::avctx | 
Definition at line 46 of file bmv.c.
Referenced by decode_init().
| uint8_t* BMVDecContext::frame | 
Definition at line 48 of file bmv.c.
Referenced by decode_frame(), and decode_init().
| uint8_t BMVDecContext::frame_base[SCREEN_WIDE *(SCREEN_HIGH+1)] | 
Definition at line 48 of file bmv.c.
Referenced by decode_init().
| uint32_t BMVDecContext::pal[256] | 
Definition at line 49 of file bmv.c.
Referenced by decode_frame().
| const uint8_t* BMVDecContext::stream | 
Definition at line 50 of file bmv.c.
Referenced by decode_frame().
 1.8.2
 1.8.2