[FFmpeg-cvslog] shorten: Remove stray DEBUG #define and corresponding av_dlog statement.

Diego Biurrun git at videolan.org
Wed Jun 8 05:31:32 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Jun  7 10:52:30 2011 +0200| [b9478cfefb408ae1d476555b46893005e2d3bf4c] | committer: Diego Biurrun

shorten: Remove stray DEBUG #define and corresponding av_dlog statement.

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

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

diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c
index 86e981f..a6e0075 100644
--- a/libavcodec/shorten.c
+++ b/libavcodec/shorten.c
@@ -26,7 +26,6 @@
  *
  */
 
-#define DEBUG
 #include <limits.h>
 #include "avcodec.h"
 #include "get_bits.h"
@@ -304,7 +303,6 @@ static int shorten_decode_frame(AVCodecContext *avctx,
         s->bitstream_size= buf_size;
 
         if(buf_size < s->max_framesize){
-            //av_dlog(avctx, "wanna more data ... %d\n", buf_size);
             *data_size = 0;
             return input_buf_size;
         }



More information about the ffmpeg-cvslog mailing list