summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/ra288.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec/ra288.c')
-rw-r--r--src/libffmpeg/libavcodec/ra288.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/ra288.c b/src/libffmpeg/libavcodec/ra288.c
index 09ecc7aac..4cff3106e 100644
--- a/src/libffmpeg/libavcodec/ra288.c
+++ b/src/libffmpeg/libavcodec/ra288.c
@@ -47,7 +47,7 @@ static void colmult(float *tgt, float *m1, const float *m2, int n);
/* initial decode */
-static void unpack(unsigned short *tgt, unsigned char *src, int len)
+static void unpack(unsigned short *tgt, unsigned char *src, unsigned int len)
{
int x,y,z;
int n,temp;