FFmpeg
Data Fields
LagarithContext Struct Reference

Data Fields

AVCodecContextavctx
 
LLVidDSPContext llviddsp
 
int zeros
 number of consecutive zero bytes encountered More...
 
int zeros_rem
 number of zero bytes remaining to output More...
 

Detailed Description

Definition at line 56 of file lagarith.c.

Field Documentation

◆ avctx

AVCodecContext* LagarithContext::avctx

◆ llviddsp

LLVidDSPContext LagarithContext::llviddsp

Definition at line 58 of file lagarith.c.

Referenced by lag_decode_frame(), lag_decode_init(), lag_pred_line(), and lag_pred_line_yuy2().

◆ zeros

int LagarithContext::zeros

number of consecutive zero bytes encountered

Definition at line 59 of file lagarith.c.

Referenced by lag_decode_arith_plane(), and lag_decode_line().

◆ zeros_rem

int LagarithContext::zeros_rem

number of zero bytes remaining to output

Definition at line 60 of file lagarith.c.

Referenced by lag_decode_line(), and lag_decode_zero_run_line().


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