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 12:57:33 2009	(r20863)
+++ trunk/ffmpeg.c	Mon Dec 14 13:37:24 2009	(r20864)
@@ -917,7 +917,7 @@ static void do_video_out(AVFormatContext
             if (verbose>2)
                 fprintf(stderr, "*** drop!\n");
         }else if (nb_frames > 1) {
-            nb_frames_dup += nb_frames;
+            nb_frames_dup += nb_frames - 1;
             if (verbose>2)
                 fprintf(stderr, "*** %d dup!\n", nb_frames-1);
         }



More information about the ffmpeg-cvslog mailing list