From b0f0be76783c443413115fe33cc7137ef21e98a8 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Fri, 21 Aug 2020 22:22:10 -0500 Subject: wayland: simplify presentation time Why on earth did I ever bother with this dumb crap? If we do not have any presentation statistics, just set the relevant vo_sync_info values to -1 to disable it. It's much simpler than using mp deltas and trying to keep up with mpv's clock. This also appears to fix audio/video desynchronization if you start a video with the pause flag, move it out of view, and then unpause it. Technically harmless since the video wasn't even in view and putting back in view recovered it, but a quieter terminal is better. --- video/out/wayland_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/wayland_common.h') diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h index 7748627b29..65f7cbf3e5 100644 --- a/video/out/wayland_common.h +++ b/video/out/wayland_common.h @@ -35,7 +35,6 @@ struct vo_wayland_sync { int64_t ust; int64_t msc; int64_t sbc; - int64_t last_mp_time; bool filled; }; -- cgit v1.2.3