@brief Decodes LZO 1x compressed data. @param out output buffer @param outlen size of output buffer, number of bytes left are returned here @param in input buffer @param inlen size of input buffer, number of bytes left are returned here @return 0 on success, otherwise a combination of the error flags above
a non-specific error in the compressed bitstream
@name Error flags returned by av_lzo1x_decode end of the input buffer reached before decoding finished * @{
@}
a reference to previously decoded data was wrong
decoded data did not fit into output buffer