FFmpeg
Data Fields
TM2Codes Struct Reference

Huffman codes for each of streams. More...

Data Fields

VLC vlc
 table for FFmpeg bitstream reader More...
 
int bits
 
int * recode
 table for converting from code indexes to values More...
 
int length
 

Detailed Description

Huffman codes for each of streams.

Definition at line 95 of file truemotion2.c.

Field Documentation

◆ vlc

VLC TM2Codes::vlc

table for FFmpeg bitstream reader

Definition at line 96 of file truemotion2.c.

◆ bits

int TM2Codes::bits

Definition at line 97 of file truemotion2.c.

◆ recode

int* TM2Codes::recode

table for converting from code indexes to values

Definition at line 98 of file truemotion2.c.

Referenced by tm2_read_stream().

◆ length

int TM2Codes::length

Definition at line 99 of file truemotion2.c.


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