FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
lzf.h File Reference
#include "bytestream.h"

Go to the source code of this file.

Functions

int ff_lzf_uncompress (GetByteContext *gb, uint8_t **buf, int64_t *size)
 

Function Documentation

int ff_lzf_uncompress ( GetByteContext gb,
uint8_t **  buf,
int64_t *  size 
)

Definition at line 40 of file lzf.c.

Referenced by dxv_decompress_lzf().