| FFmpeg
    | 
QpegContext Struct Reference
  
Collaboration diagram for QpegContext:

| Data Fields | |
| AVCodecContext * | avctx | 
| AVFrame | pic | 
| AVFrame | ref | 
| uint32_t | pal [256] | 
| GetByteContext | buffer | 
Detailed Description
Field Documentation
| AVCodecContext* QpegContext::avctx | 
Definition at line 32 of file qpeg.c.
Referenced by decode_init().
| GetByteContext QpegContext::buffer | 
Definition at line 35 of file qpeg.c.
Referenced by decode_frame(), qpeg_decode_inter(), and qpeg_decode_intra().
| uint32_t QpegContext::pal[256] | 
Definition at line 34 of file qpeg.c.
Referenced by decode_flush(), and decode_frame().
| AVFrame QpegContext::pic | 
Definition at line 33 of file qpeg.c.
Referenced by decode_end(), decode_frame(), and decode_init().
| AVFrame QpegContext::ref | 
Definition at line 33 of file qpeg.c.
Referenced by decode_end(), decode_frame(), and decode_init().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11