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

Data Fields

AVFrame frame
 
int width
 
int height
 
int nb_planes
 
GetByteContext g
 

Detailed Description

Definition at line 33 of file pictordec.c.

Field Documentation

AVFrame PicContext::frame

Definition at line 34 of file pictordec.c.

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

int PicContext::width

Definition at line 35 of file pictordec.c.

Referenced by decode_frame(), picmemset(), and picmemset_8bpp().

int PicContext::height

Definition at line 35 of file pictordec.c.

Referenced by decode_frame(), and picmemset().

int PicContext::nb_planes

Definition at line 36 of file pictordec.c.

Referenced by decode_frame(), and picmemset().

GetByteContext PicContext::g

Definition at line 37 of file pictordec.c.

Referenced by decode_frame().


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