diff wmadec.c @ 3776:1843a85123b7 libavcodec

fix some signedness warnings
author mru
date Wed, 27 Sep 2006 19:47:39 +0000
parents 44fdf93a0901
children c8c591fe26f8
line wrap: on
line diff
--- a/wmadec.c	Wed Sep 27 19:46:19 2006 +0000
+++ b/wmadec.c	Wed Sep 27 19:47:39 2006 +0000
@@ -871,7 +871,7 @@
             VLC *coef_vlc;
             int level, run, sign, tindex;
             int16_t *ptr, *eptr;
-            const int16_t *level_table, *run_table;
+            const uint16_t *level_table, *run_table;
 
             /* special VLC tables are used for ms stereo because
                there is potentially less energy there */