changeset 7111:dbe0081e2c01 libavcodec

This should be signed
author vitor
date Mon, 23 Jun 2008 20:33:31 +0000
parents f9ebb1553982
children ebedec98b434
files ra144.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ra144.c	Mon Jun 23 20:28:00 2008 +0000
+++ b/ra144.c	Mon Jun 23 20:33:31 2008 +0000
@@ -203,7 +203,7 @@
 }
 
 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];