fftools/ffmpeg: update the reported timestamp at the end

Reported-by: microchip
This commit is contained in:
Anton Khirnov
2023-12-13 20:10:38 +01:00
parent 98d706b818
commit 2305091a3a
3 changed files with 10 additions and 7 deletions

View File

@ -127,7 +127,7 @@ Scheduler *sch_alloc(void);
void sch_free(Scheduler **sch);
int sch_start(Scheduler *sch);
int sch_stop(Scheduler *sch);
int sch_stop(Scheduler *sch, int64_t *finish_ts);
/**
* Wait until transcoding terminates or the specified timeout elapses.