Libav
|
Data Fields | |
AVCodecContext * | avctx |
AVFrame * | pic |
uint8_t * | refdata |
uint32_t | pal [256] |
GetByteContext | buffer |
AVCodecContext* QpegContext::avctx |
Definition at line 32 of file qpeg.c.
Referenced by decode_init().
AVFrame* QpegContext::pic |
Definition at line 33 of file qpeg.c.
Referenced by decode_end(), decode_frame(), and decode_init().
uint8_t* QpegContext::refdata |
Definition at line 34 of file qpeg.c.
Referenced by decode_end(), decode_frame(), and decode_init().
uint32_t QpegContext::pal[256] |
Definition at line 35 of file qpeg.c.
Referenced by decode_frame().
GetByteContext QpegContext::buffer |
Definition at line 36 of file qpeg.c.
Referenced by decode_frame(), qpeg_decode_inter(), and qpeg_decode_intra().