Commit d6e23131 authored by michael's avatar michael

10l (stats didnt include av_write_trailer())


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3015 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e346ca8b
...@@ -1677,15 +1677,15 @@ static int av_encode(AVFormatContext **output_files, ...@@ -1677,15 +1677,15 @@ static int av_encode(AVFormatContext **output_files,
term_exit(); 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 */ /* write the trailer if needed and close file */
for(i=0;i<nb_output_files;i++) { for(i=0;i<nb_output_files;i++) {
os = output_files[i]; os = output_files[i];
av_write_trailer(os); 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 */ /* close each encoder */
for(i=0;i<nb_ostreams;i++) { for(i=0;i<nb_ostreams;i++) {
ost = ost_table[i]; ost = ost_table[i];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment