# HG changeset patch # User nickols_k # Date 1036087699 0 # Node ID bd3ce84d7ab1d54a701c971ce6a5223f72421e17 # Parent 78accc54493b1c3ac87d2fe4bc724397d506d960 fixed debug compilation diff -r 78accc54493b -r bd3ce84d7ab1 wmadec.c --- 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 int frame_count; static FILE *flog;