aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg_sched.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-12-13 20:10:38 +0100
committerAnton Khirnov <anton@khirnov.net>2023-12-14 20:16:54 +0100
commit2305091a3a7b3b48a044b975880a6375de4baecc (patch)
treed016ca9ddbc4ae2b6e330d1ae624628886e5488a /fftools/ffmpeg_sched.h
parent98d706b8185432294617ca5b1024ea73bc248607 (diff)
downloadffmpeg-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.h2
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.