FFmpeg
|
#include "bytestream.h"
Go to the source code of this file.
Functions | |
int | ff_lzf_uncompress (GetByteContext *gb, uint8_t **buf, size_t *size, unsigned *allocated_size) |
int ff_lzf_uncompress | ( | GetByteContext * | gb, |
uint8_t ** | buf, | ||
size_t * | size, | ||
unsigned * | allocated_size | ||
) |
Definition at line 55 of file lzf.c.
Referenced by decode_frame(), and dxv_decompress_lzf().