diff ra288.c @ 2288:3d4a1f8e6a27 libavcodec

* fixing a few of gcc 'clean-code' warnings
author kabi
date Wed, 06 Oct 2004 08:50:46 +0000
parents f65d87bfdd5a
children 5f51b1e0bed6
line wrap: on
line diff
--- a/ra288.c	Tue Oct 05 19:44:26 2004 +0000
+++ b/ra288.c	Wed Oct 06 08:50:46 2004 +0000
@@ -47,7 +47,7 @@
 
 
 /* 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;