[FFmpeg-cvslog] ac3enc: remove convenience macro, #define DEBUG

Justin Ruggles git at videolan.org
Wed Jun 8 05:31:36 CEST 2011


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Tue Jun  7 11:50:38 2011 -0400| [787a13535a451b802a23abf211a34840c27bbc23] | committer: Justin Ruggles

ac3enc: remove convenience macro, #define DEBUG

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=787a13535a451b802a23abf211a34840c27bbc23
---

 libavcodec/ac3enc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 4ee3c17..1ab0c62 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -26,7 +26,6 @@
  * The simplest AC-3 encoder.
  */
 
-//#define DEBUG
 //#define ASSERT_LEVEL 2
 
 #include <stdint.h>



More information about the ffmpeg-cvslog mailing list