From 1826e69af215175ff602e01e76998db3759fc3ab Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 23 May 2020 03:48:51 +0200 Subject: options: add option to control display-sync factor Can be useful to force it to adapt to extreme speed changes, while a higher limit would just use a fraction closer to the original video speed. Probably useful for testing only. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index db48135b1a..548edf70c3 100644 --- a/options/options.h +++ b/options/options.h @@ -206,6 +206,7 @@ typedef struct MPOpts { double sync_max_video_change; double sync_max_audio_change; double sync_audio_drop_size; + int sync_max_factor; int hr_seek; float hr_seek_demuxer_offset; int hr_seek_framedrop; -- cgit v1.2.3