summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
diff options
context:
space:
mode:
authorNick Kurshev <nickols_k@mail.ru>2002-10-31 18:08:19 +0000
committerNick Kurshev <nickols_k@mail.ru>2002-10-31 18:08:19 +0000
commitd08070e65376b03d572c21d44d30d9c0ca779eb7 (patch)
tree673f696f6f60e30c6e55ae06232ab3c2264bc366 /libavcodec/wmadec.c
parentbbed9259cc930865b6c7d3970e971599996697e5 (diff)
fixed debug compilation
Originally committed as revision 1131 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmadec.c')
-rw-r--r--libavcodec/wmadec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c
index b2288cedca..47ea5144c0 100644
--- a/libavcodec/wmadec.c
+++ b/libavcodec/wmadec.c
@@ -34,7 +34,7 @@
#define NB_LSP_COEFS 10
-/* XXX: is it a suitable value ? */
+/* XXX: is it a suitable [18~value ? */
#define MAX_CODED_SUPERFRAME_SIZE 4096
#define MAX_CHANNELS 2
@@ -122,7 +122,7 @@ static void wma_lsp_to_curve_init(WMADecodeContext *s, int frame_len);
#include "wmadata.h"
#ifdef DEBUG_TRACE
-
+#include <stdarg.h>
int frame_count;
static FILE *flog;