changeset 10823:d87e8f2c5c91 libavcodec

Change local variable type from unsigned int to int in order to fix a fate test error for gcc 4.1.x introduced in revision 21069.
author thilo.borgmann
date Fri, 08 Jan 2010 19:53:42 +0000
parents 9ccc13d1144d
children 82d006235248
files alsdec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/alsdec.c	Fri Jan 08 19:40:10 2010 +0000
+++ b/alsdec.c	Fri Jan 08 19:53:42 2010 +0000
@@ -724,7 +724,7 @@
     unsigned int block_length = bd->block_length;
     unsigned int smp = 0;
     unsigned int k;
-    unsigned int opt_order    = bd->opt_order;
+    int opt_order             = bd->opt_order;
     int sb;
     int64_t y;
     int32_t *quant_cof        = bd->quant_cof;