diff Plugins/Input/wma/libffwma/wmadec.c @ 411:b13e87374f73 trunk

[svn] Care about pointer signedness.
author chainsaw
date Mon, 09 Jan 2006 12:30:26 -0800
parents 28b73b5595d1
children d539e5c5f730
line wrap: on
line diff
--- a/Plugins/Input/wma/libffwma/wmadec.c	Sun Jan 08 16:49:05 2006 -0800
+++ b/Plugins/Input/wma/libffwma/wmadec.c	Mon Jan 09 12:30:26 2006 -0800
@@ -858,7 +858,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 */