changeset 5517:998ed46cfa66 libavcodec

fix compilation with TRACE enabled
author alex
date Thu, 09 Aug 2007 00:54:41 +0000
parents da33495f0621
children d2ef80f5fd7e
files wmadec.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/wmadec.c	Thu Aug 09 00:39:35 2007 +0000
+++ b/wmadec.c	Thu Aug 09 00:54:41 2007 +0000
@@ -48,7 +48,7 @@
 static void wma_lsp_to_curve_init(WMACodecContext *s, int frame_len);
 
 #ifdef TRACE
-static void dump_shorts(WMADecodeContext *s, const char *name, const short *tab, int n)
+static void dump_shorts(WMACodecContext *s, const char *name, const short *tab, int n)
 {
     int i;
 
@@ -62,7 +62,7 @@
     }
 }
 
-static void dump_floats(WMADecodeContext *s, const char *name, int prec, const float *tab, int n)
+static void dump_floats(WMACodecContext *s, const char *name, int prec, const float *tab, int n)
 {
     int i;