Data Fields | |
AVCodecContext * | avctx |
AVFrame | pic |
int | shift |
GetBitContext | gb |
AVCodecContext* WNV1Context::avctx |
Definition at line 33 of file wnv1.c.
Referenced by decode_init().
GetBitContext WNV1Context::gb |
Definition at line 37 of file wnv1.c.
Referenced by decode_frame(), and wnv1_get_code().
AVFrame WNV1Context::pic |
Definition at line 34 of file wnv1.c.
Referenced by decode_end(), and decode_frame().
int WNV1Context::shift |
Definition at line 36 of file wnv1.c.
Referenced by decode_frame(), and wnv1_get_code().