mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-21 00:46:44 +08:00
fftools/ffmpeg: update the reported timestamp at the end
Reported-by: microchip
This commit is contained in:
@ -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++) {
|
||||
|
Reference in New Issue
Block a user