[FFmpeg-soc] [soc]: r1793 - aac/aac.c
superdump
subversion at mplayerhq.hu
Mon Jan 7 17:07:09 CET 2008
Author: superdump
Date: Mon Jan 7 17:07:09 2008
New Revision: 1793
Log:
Remove debug definition cruft
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Mon Jan 7 17:07:09 2008
@@ -34,8 +34,6 @@
* after each other. And then try to do the interleaving inplace.
*/
-#define V_DEBUG
-
#include "avcodec.h"
#include "bitstream.h"
#include "dsputil.h"
@@ -43,11 +41,6 @@
#include "aactab.h"
-#ifndef V_DEBUG
-#define AV_DEBUG(...)
-#endif
-
-#undef NDEBUG
#include <assert.h>
#define MAX_CHANNELS 64
More information about the FFmpeg-soc
mailing list