FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
AVFrame * | frame |
GetByteContext | gb |
const unsigned char * | buf |
int | size |
uint32_t | pal [256] |
AVCodecContext* MsrleContext::avctx |
Definition at line 41 of file msrle.c.
Referenced by msrle_decode_init().
AVFrame* MsrleContext::frame |
Definition at line 42 of file msrle.c.
Referenced by msrle_decode_end(), msrle_decode_frame(), and msrle_decode_init().
GetByteContext MsrleContext::gb |
Definition at line 44 of file msrle.c.
Referenced by msrle_decode_frame().
const unsigned char* MsrleContext::buf |
Definition at line 45 of file msrle.c.
Referenced by msrle_decode_frame().
int MsrleContext::size |
Definition at line 46 of file msrle.c.
Referenced by msrle_decode_frame().
uint32_t MsrleContext::pal[256] |
Definition at line 48 of file msrle.c.
Referenced by msrle_decode_frame(), and msrle_decode_init().