mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user