diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-12-13 20:10:38 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-12-14 20:16:54 +0100 |
commit | 2305091a3a7b3b48a044b975880a6375de4baecc (patch) | |
tree | d016ca9ddbc4ae2b6e330d1ae624628886e5488a /fftools/ffmpeg_sched.h | |
parent | 98d706b8185432294617ca5b1024ea73bc248607 (diff) | |
download | ffmpeg-2305091a3a7b3b48a044b975880a6375de4baecc.tar.gz |
fftools/ffmpeg: update the reported timestamp at the end
Reported-by: microchip
Diffstat (limited to 'fftools/ffmpeg_sched.h')
-rw-r--r-- | fftools/ffmpeg_sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fftools/ffmpeg_sched.h b/fftools/ffmpeg_sched.h index 94bbd30e98..b167d8d158 100644 --- a/fftools/ffmpeg_sched.h +++ b/fftools/ffmpeg_sched.h @@ -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. |