From 2c572e2bb1cfa4e225a6a1599f5ecdbcf4bf2dc6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 13 Mar 2018 11:23:23 +0100 Subject: video: add an option to tune waiting for video timing Probably mostly useful for the libmpv render API. --- options/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 1c58ca14b1..303b2e5761 100644 --- a/options/options.h +++ b/options/options.h @@ -50,6 +50,8 @@ typedef struct mp_vo_opts { char *mmcss_profile; + double timing_offset; + // vo_drm struct sws_opts *sws_opts; // vo_drm -- cgit v1.2.3