Commit 5325f3b2 authored by nickols_k's avatar nickols_k

reverse first hunk


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1132 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ad7a94f8
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#include "avcodec.h" #include "avcodec.h"
#include "dsputil.h" #include "dsputil.h"
//#define DEBUG_PARAMS #define DEBUG_PARAMS
//#define DEBUG_TRACE #define DEBUG_TRACE
/* size of blocks */ /* size of blocks */
#define BLOCK_MIN_BITS 7 #define BLOCK_MIN_BITS 7
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#define NB_LSP_COEFS 10 #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_CODED_SUPERFRAME_SIZE 4096
#define MAX_CHANNELS 2 #define MAX_CHANNELS 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment