This should be signed
authorVitor Sessak <vitor1001@gmail.com>
Mon, 23 Jun 2008 20:33:31 +0000 (20:33 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Mon, 23 Jun 2008 20:33:31 +0000 (20:33 +0000)
Originally committed as revision 13925 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ra144.c

index 942a090..e43fcd1 100644 (file)
@@ -203,7 +203,7 @@ static unsigned int rms(const int *data)
 }
 
 static void do_output_subblock(RA144Context *ractx,
-                               const uint16_t  *lpc_coefs, unsigned int gval,
+                               const uint16_t  *lpc_coefs, int gval,
                                GetBitContext *gb)
 {
     uint16_t buffer_a[40];