You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
reverse first hunk
Originally committed as revision 1132 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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 @@
|
|||||||
|
|
||||||
#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
|
||||||
|
Reference in New Issue
Block a user