OSDN Git Service

reverse first hunk
authorNick Kurshev <nickols_k@mail.ru>
Thu, 31 Oct 2002 18:17:25 +0000 (18:17 +0000)
committerNick Kurshev <nickols_k@mail.ru>
Thu, 31 Oct 2002 18:17:25 +0000 (18:17 +0000)
Originally committed as revision 1132 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/wmadec.c

index 47ea514..118cf11 100644 (file)
@@ -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