World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
Функции | |
int | av_lzo1x_decode (void *out, int *outlen, const void *in, int *inlen) |
Decodes LZO 1x compressed data. Подробнее... | |
#include <C:/git/world-of-might-and-magic/lib/win32/x86/ffmpeg-4.2.2/include/libavutil/lzo.h>
Decodes LZO 1x compressed data.
out | output buffer |
outlen | size of output buffer, number of bytes left are returned here |
in | input buffer |
inlen | size of input buffer, number of bytes left are returned here |
Make sure all buffers are appropriately padded, in must provide AV_LZO_INPUT_PADDING, out must provide AV_LZO_OUTPUT_PADDING additional bytes.