mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
fftools/ffmpeg: update the reported timestamp at the end
Reported-by: microchip
This commit is contained in:
parent
98d706b818
commit
2305091a3a
3 changed files with 10 additions and 7 deletions
|
|
@ -941,7 +941,7 @@ static int transcode(Scheduler *sch)
|
|||
print_report(0, timer_start, cur_time, transcode_ts);
|
||||
}
|
||||
|
||||
ret = sch_stop(sch);
|
||||
ret = sch_stop(sch, &transcode_ts);
|
||||
|
||||
/* write the trailer if needed */
|
||||
for (i = 0; i < nb_output_files; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue