FFmpeg
|
#include "bytestream.h"
Go to the source code of this file.
Functions | |
int | ff_lzf_uncompress (GetByteContext *gb, uint8_t **buf, int64_t *size) |
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().