# HG changeset patch # User nickols_k # Date 1036088245 0 # Node ID 97b71a72f087941a12b926e7c1408f2d482dda1e # Parent bd3ce84d7ab1d54a701c971ce6a5223f72421e17 reverse first hunk diff -r bd3ce84d7ab1 -r 97b71a72f087 wmadec.c --- a/wmadec.c Thu Oct 31 18:08:19 2002 +0000 +++ b/wmadec.c Thu Oct 31 18:17:25 2002 +0000 @@ -19,8 +19,8 @@ #include "avcodec.h" #include "dsputil.h" -//#define DEBUG_PARAMS -//#define DEBUG_TRACE +#define DEBUG_PARAMS +#define DEBUG_TRACE /* size of blocks */ #define BLOCK_MIN_BITS 7 @@ -34,7 +34,7 @@ #define NB_LSP_COEFS 10 -/* XXX: is it a suitable [18~value ? */ +/* XXX: is it a suitable value ? */ #define MAX_CODED_SUPERFRAME_SIZE 4096 #define MAX_CHANNELS 2