Browse Source

10l

Originally committed as revision 1133 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Nick Kurshev 22 years ago
parent
commit
dd3be2c97e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/wmadec.c

+ 2
- 2
libavcodec/wmadec.c View 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


Loading…
Cancel
Save