Commit 81ce0a42 authored by alex's avatar alex

fix compilation with TRACE enabled

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10003 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c27b754b
......@@ -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_shorts(WMADecodeContext *s, const char *name, const short *tab,
}
}
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment