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

Dictionary structure for mlz decompression. More...

#include <mlz.h>

Data Fields

int string_code
 
int parent_code
 
int char_code
 
int match_len
 

Detailed Description

Dictionary structure for mlz decompression.

Definition at line 38 of file mlz.h.

Field Documentation

int MLZDict::string_code

Definition at line 39 of file mlz.h.

Referenced by ff_mlz_flush_dict(), and set_new_entry_dict().

int MLZDict::parent_code

Definition at line 40 of file mlz.h.

Referenced by decode_string(), ff_mlz_flush_dict(), and set_new_entry_dict().

int MLZDict::char_code

Definition at line 41 of file mlz.h.

Referenced by decode_string(), and set_new_entry_dict().

int MLZDict::match_len

Definition at line 42 of file mlz.h.

Referenced by decode_string(), ff_mlz_flush_dict(), and set_new_entry_dict().


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