No subject
bogus at does.not.exist.com
bogus at does.not.exist.com
Tue Aug 25 22:50:44 CEST 2009
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Mon Dec 14 13:37:24 2009 (r20864)
+++ trunk/ffmpeg.c Mon Dec 14 13:40:10 2009 (r20865)
@@ -1241,7 +1241,7 @@ static void print_report(AVFormatContext
"size=%8.0fkB time=%0.2f bitrate=%6.1fkbits/s",
(double)total_size / 1024, ti1, bitrate);
- if (verbose > 1)
+ if (nb_frames_dup || nb_frames_drop)
snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf), " dup=%d drop=%d",
nb_frames_dup, nb_frames_drop);
More information about the ffmpeg-cvslog
mailing list