FFmpeg
Data Fields
QpegContext Struct Reference

Data Fields

AVCodecContextavctx
 
AVFrameref
 
uint32_t pal [256]
 
GetByteContext buffer
 

Detailed Description

Definition at line 32 of file qpeg.c.

Field Documentation

◆ avctx

AVCodecContext* QpegContext::avctx

Definition at line 33 of file qpeg.c.

Referenced by qpeg_decode_inter().

◆ ref

AVFrame* QpegContext::ref

Definition at line 34 of file qpeg.c.

◆ pal

uint32_t QpegContext::pal[256]

Definition at line 35 of file qpeg.c.

◆ buffer

GetByteContext QpegContext::buffer

Definition at line 36 of file qpeg.c.

Referenced by qpeg_decode_inter(), and qpeg_decode_intra().


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