Commit 0046e92a authored by reimar's avatar reimar

Document padding requirements of mszh_decomp srcptr buffer


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19049 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f472fc79
......@@ -71,6 +71,9 @@ typedef struct LclDecContext {
} LclDecContext;
/**
* \param srcptr compressed source buffer, must be padded with at least 4 extra bytes
*/
static unsigned int mszh_decomp(unsigned char * srcptr, int srclen, unsigned char * destptr, unsigned int destsize)
{
unsigned char *destptr_bak = destptr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment