changeset 816:bd3ce84d7ab1 libavcodec

fixed debug compilation
author nickols_k
date Thu, 31 Oct 2002 18:08:19 +0000
parents 78accc54493b
children 97b71a72f087
files wmadec.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/wmadec.c	Thu Oct 31 16:11:03 2002 +0000
+++ b/wmadec.c	Thu Oct 31 18:08:19 2002 +0000
@@ -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 @@
 #include "wmadata.h"
 
 #ifdef DEBUG_TRACE
-
+#include <stdarg.h>
 int frame_count;
 
 static FILE *flog;