| 
    FFmpeg
    
   | 
 
Data Fields | |
| AVFrame | frame | 
| int | width | 
| int | height | 
| int | nb_planes | 
| GetByteContext | g | 
Definition at line 33 of file pictordec.c.
| 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().
 1.8.2