FFmpeg
Public Attributes | List of all members
LZWEncodeState Struct Reference

LZW encode state. More...

Public Attributes

int clear_code
 Value of clear code.
 
int end_code
 Value of end code.
 
Code tab [LZW_HASH_SIZE]
 Hash table.
 
int tabsize
 Number of values in hash table.
 
int bits
 Actual bits code.
 
int bufsize
 Size of output buffer.
 
PutBitContext pb
 Put bit context for output.
 
int maxbits
 Max bits code.
 
int maxcode
 Max value of code.
 
int output_bytes
 Number of written bytes.
 
int last_code
 Value of last output code or LZW_PREFIX_EMPTY.
 
enum FF_LZW_MODES mode
 TIFF or GIF.
 
void(* put_bits )(PutBitContext *, int, unsigned)
 GIF is LE while TIFF is BE.
 

Detailed Description

LZW encode state.


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