[FFmpeg-cvslog] r19535 - trunk/libavformat/avidec.c
diego
subversion
Wed Jul 29 19:12:47 CEST 2009
Author: diego
Date: Wed Jul 29 19:12:47 2009
New Revision: 19535
Log:
Remove pointless '#ifdef DEBUG' around dprintf macro.
Modified:
trunk/libavformat/avidec.c
Modified: trunk/libavformat/avidec.c
==============================================================================
--- trunk/libavformat/avidec.c Wed Jul 29 13:31:52 2009 (r19534)
+++ trunk/libavformat/avidec.c Wed Jul 29 19:12:47 2009 (r19535)
@@ -288,9 +288,7 @@ static int avi_read_header(AVFormatConte
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;
More information about the ffmpeg-cvslog
mailing list