FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
WNV1Context Struct Reference

Data Fields

AVCodecContextavctx
 
AVFrame pic
 
int shift
 
GetBitContext gb
 

Detailed Description

Definition at line 33 of file wnv1.c.

Field Documentation

AVCodecContext* WNV1Context::avctx

Definition at line 34 of file wnv1.c.

Referenced by decode_init().

AVFrame WNV1Context::pic

Definition at line 35 of file wnv1.c.

Referenced by decode_end(), decode_frame(), and decode_init().

int WNV1Context::shift

Definition at line 37 of file wnv1.c.

Referenced by decode_frame(), and wnv1_get_code().

GetBitContext WNV1Context::gb

Definition at line 38 of file wnv1.c.

Referenced by decode_frame(), and wnv1_get_code().


The documentation for this struct was generated from the following file: