mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
10l (stats didnt include av_write_trailer())
Originally committed as revision 3015 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1008ceb380
commit
37f5cd5a18
6
ffmpeg.c
6
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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user