FFmpeg
Data Fields
APVDecodeContext Struct Reference

Data Fields

CodedBitstreamContextcbc
 
APVDSPContext dsp
 
CodedBitstreamFragment au
 
APVDerivedTileInfo tile_info
 
APVVLCLUT decode_lut
 
AVFrameoutput_frame
 
uint8_t warned_additional_frames
 
uint8_t warned_unknown_pbu_types
 

Detailed Description

Definition at line 35 of file apv_decode.c.

Field Documentation

◆ cbc

CodedBitstreamContext* APVDecodeContext::cbc

◆ dsp

APVDSPContext APVDecodeContext::dsp

Definition at line 37 of file apv_decode.c.

Referenced by apv_decode_block(), and apv_decode_init().

◆ au

CodedBitstreamFragment APVDecodeContext::au

Definition at line 39 of file apv_decode.c.

Referenced by apv_decode_close(), and apv_decode_frame().

◆ tile_info

APVDerivedTileInfo APVDecodeContext::tile_info

Definition at line 40 of file apv_decode.c.

◆ decode_lut

APVVLCLUT APVDecodeContext::decode_lut

Definition at line 42 of file apv_decode.c.

Referenced by apv_decode_init(), and apv_decode_tile_component().

◆ output_frame

AVFrame* APVDecodeContext::output_frame

Definition at line 44 of file apv_decode.c.

Referenced by apv_decode(), and apv_decode_tile_component().

◆ warned_additional_frames

uint8_t APVDecodeContext::warned_additional_frames

Definition at line 46 of file apv_decode.c.

Referenced by apv_decode_frame().

◆ warned_unknown_pbu_types

uint8_t APVDecodeContext::warned_unknown_pbu_types

Definition at line 47 of file apv_decode.c.

Referenced by apv_decode_frame().


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