[SCM] libav/experimental: Remove pointless '#ifdef DEBUG' around dprintf macro.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:49:31 UTC 2013


The following commit has been merged in the experimental branch:
commit 18b55f639a2949f5adcc58cc3886e920df56562b
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jul 29 17:12:47 2009 +0000

    Remove pointless '#ifdef DEBUG' around dprintf macro.
    
    Originally committed as revision 19535 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/avidec.c b/libavformat/avidec.c
index cd8c613..86e5357 100644
--- a/libavformat/avidec.c
+++ b/libavformat/avidec.c
@@ -288,9 +288,7 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
                 avi->movi_list = url_ftell(pb) - 4;
                 if(size) avi->movi_end = avi->movi_list + size + (size & 1);
                 else     avi->movi_end = url_fsize(pb);
-#ifdef DEBUG
                 dprintf(NULL, "movi end=%"PRIx64"\n", avi->movi_end);
-#endif
                 goto end_of_header;
             }
             break;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list