Data Fields | |
| AVCodecContext * | avctx |
| AVFrame | pic |
| uint8_t * | frame |
| uint8_t | frame_base [SCREEN_WIDE *(SCREEN_HIGH+1)] |
| uint32_t | pal [256] |
| const uint8_t * | stream |
Definition at line 42 of file bmv.c.
Definition at line 43 of file bmv.c.
Referenced by decode_init().
| uint8_t* BMVDecContext::frame |
Definition at line 46 of file bmv.c.
Referenced by decode_frame(), and decode_init().
| uint8_t BMVDecContext::frame_base[SCREEN_WIDE *(SCREEN_HIGH+1)] |
Definition at line 46 of file bmv.c.
Referenced by decode_init().
| uint32_t BMVDecContext::pal[256] |
Definition at line 47 of file bmv.c.
Referenced by decode_frame().
Definition at line 44 of file bmv.c.
Referenced by decode_end(), decode_frame(), and decode_init().
| const uint8_t* BMVDecContext::stream |
Definition at line 48 of file bmv.c.
Referenced by decode_frame().