fftools/ffmpeg: add ability to set a input burst time before readrate is enforced

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Davy Durham
2023-05-02 13:35:34 +02:00
committed by Anton Khirnov
parent 6deaf1e409
commit 2ae16b05d6
5 changed files with 25 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ typedef struct OptionsContext {
int loop;
int rate_emu;
float readrate;
double readrate_initial_burst;
int accurate_seek;
int thread_queue_size;
int input_sync_ref;