summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/lcldec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/lcldec.c b/libavcodec/lcldec.c
index 1a695dc4a4..44bcfbdc11 100644
--- a/libavcodec/lcldec.c
+++ b/libavcodec/lcldec.c
@@ -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;