FFmpeg
Loading...
Searching...
No Matches
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, size_t *size, unsigned *allocated_size)
 Decompress LZF data into *buf, reallocating it as needed.
 

Function Documentation

◆ ff_lzf_uncompress()

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().