Browse Source

Document padding requirements of mszh_decomp srcptr buffer

Originally committed as revision 19049 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Reimar Döffinger 16 years ago
parent
commit
7b151a98b0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/lcldec.c

+ 3
- 0
libavcodec/lcldec.c View File

@@ -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…
Cancel
Save