FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
BinkContext Struct Reference

Data Fields

AVCodecContextavctx
 
BlockDSPContext bdsp
 
HpelDSPContext hdsp
 
BinkDSPContext binkdsp
 
AVFramelast
 
int version
 internal Bink file version More...
 
int has_alpha
 
int swap_planes
 
unsigned frame_num
 
Bundle bundle [BINKB_NB_SRC]
 bundles for decoding all data types More...
 
Tree col_high [16]
 trees for decoding high nibble in "colours" data type More...
 
int col_lastval
 value of last decoded high nibble in "colours" data type More...
 

Detailed Description

Definition at line 114 of file bink.c.

Field Documentation

◆ avctx

AVCodecContext* BinkContext::avctx

Definition at line 115 of file bink.c.

◆ bdsp

BlockDSPContext BinkContext::bdsp

Definition at line 116 of file bink.c.

◆ hdsp

HpelDSPContext BinkContext::hdsp

Definition at line 117 of file bink.c.

◆ binkdsp

BinkDSPContext BinkContext::binkdsp

Definition at line 118 of file bink.c.

◆ last

AVFrame* BinkContext::last

Definition at line 119 of file bink.c.

◆ version

int BinkContext::version

internal Bink file version

Definition at line 120 of file bink.c.

◆ has_alpha

int BinkContext::has_alpha

Definition at line 121 of file bink.c.

◆ swap_planes

int BinkContext::swap_planes

Definition at line 122 of file bink.c.

◆ frame_num

unsigned BinkContext::frame_num

Definition at line 123 of file bink.c.

◆ bundle

Bundle BinkContext::bundle[BINKB_NB_SRC]

bundles for decoding all data types

Definition at line 125 of file bink.c.

◆ col_high

Tree BinkContext::col_high[16]

trees for decoding high nibble in "colours" data type

Definition at line 126 of file bink.c.

◆ col_lastval

int BinkContext::col_lastval

value of last decoded high nibble in "colours" data type

Definition at line 127 of file bink.c.


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