diff options
author | Nick Kurshev <nickols_k@mail.ru> | 2002-10-31 18:17:25 +0000 |
---|---|---|
committer | Nick Kurshev <nickols_k@mail.ru> | 2002-10-31 18:17:25 +0000 |
commit | b8e6ad84e563ae01a50fc6af58464d4c190f7538 (patch) | |
tree | f9185afe053939adef57f753a66a5a1ee5355c1b /libavcodec/wmadec.c | |
parent | d08070e65376b03d572c21d44d30d9c0ca779eb7 (diff) | |
download | ffmpeg-b8e6ad84e563ae01a50fc6af58464d4c190f7538.tar.gz |
reverse first hunk
Originally committed as revision 1132 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmadec.c')
-rw-r--r-- | libavcodec/wmadec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c index 47ea5144c0..118cf11e7d 100644 --- a/libavcodec/wmadec.c +++ b/libavcodec/wmadec.c @@ -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 |