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