Document padding requirements of mszh_decomp srcptr buffer
Originally committed as revision 19049 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5e5fe7dab5
commit
7b151a98b0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user