lzo.h File Reference

Go to the source code of this file.

Functions

int lzo1x_decode (void *out, int *outlen, void *in, int *inlen)
 decode LZO 1x compressed data


Function Documentation

int lzo1x_decode ( void *  out,
int *  outlen,
void *  in,
int *  inlen 
)

decode LZO 1x compressed data

Parameters:
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
Returns:
0 on success, otherwise error flags, see lzo.h
make sure all buffers are appropriately padded, in must provide LZO_INPUT_PADDING, out must provide LZO_OUTPUT_PADDING additional bytes

Definition at line 174 of file lzo.c.

Referenced by decode_frame(), and main().


Generated on Sat Dec 18 05:15:53 2010 for MythTV by  doxygen 1.5.5