[SCM] libav/experimental: 10l (stats didnt include av_write_trailer())

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:39:58 UTC 2013


The following commit has been merged in the experimental branch:
commit 37f5cd5a18a8e08a18814d1aca828c92ee398d10
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Apr 15 16:34:38 2004 +0000

    10l (stats didnt include av_write_trailer())
    
    Originally committed as revision 3015 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffmpeg.c b/ffmpeg.c
index 6a35346..d1affc0 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1677,15 +1677,15 @@ static int av_encode(AVFormatContext **output_files,
 
     term_exit();
 
-    /* dump report by using the first video and audio streams */
-    print_report(output_files, ost_table, nb_ostreams, 1);
-
     /* write the trailer if needed and close file */
     for(i=0;i<nb_output_files;i++) {
         os = output_files[i];
         av_write_trailer(os);
     }
 
+    /* dump report by using the first video and audio streams */
+    print_report(output_files, ost_table, nb_ostreams, 1);
+
     /* close each encoder */
     for(i=0;i<nb_ostreams;i++) {
         ost = ost_table[i];

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list