|
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) |
| Decompress LZF data into *buf, reallocating it as needed. More... | |
| int ff_lzf_uncompress | ( | GetByteContext * | gb, |
| uint8_t ** | buf, | ||
| size_t * | size, | ||
| unsigned * | allocated_size | ||
| ) |
Decompress LZF data into *buf, reallocating it as needed.
On success the output is followed by AV_INPUT_BUFFER_PADDING_SIZE zeroed bytes.
Definition at line 55 of file lzf.c.
Referenced by decode_frame(), and dxv_decompress_lzf().
1.8.17