Data Fields | |
AVCodecContext * | avctx |
AVFrame | pic |
uint8_t * | refdata |
uint32_t | pal [256] |
AVCodecContext* QpegContext::avctx |
Definition at line 30 of file qpeg.c.
Referenced by decode_init().
uint32_t QpegContext::pal[256] |
Definition at line 33 of file qpeg.c.
Referenced by decode_frame().
AVFrame QpegContext::pic |
Definition at line 31 of file qpeg.c.
Referenced by decode_end(), and decode_frame().
uint8_t* QpegContext::refdata |
Definition at line 32 of file qpeg.c.
Referenced by decode_end(), decode_frame(), and decode_init().