summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-23 16:54:53 +0100
committerwm4 <wm4@nowhere>2015-11-23 16:54:53 +0100
commit2e401201adf562ae9824fc79e6834ca648b0b114 (patch)
treeebd81568f8d43d4375c6cb6bcf517e0d4faf7705 /video/out/vo.h
parentb2e8d5749be8825b011458d132873ff2be5b68ae (diff)
downloadmpv-2e401201adf562ae9824fc79e6834ca648b0b114.tar.bz2
mpv-2e401201adf562ae9824fc79e6834ca648b0b114.tar.xz
vo: remove VOCTRL_GET_RECENT_FLIP_TIME
It doesn't have any real purpose anymore. Up until now, it was still implemented by vo_wayland, but since we changed how the frame callbacks work, even that appears to be pointless. Originally, the plan was to somehow extend this mechanism to all backends and to magically fix frame scheduling, but since we can't hope for proper mechanisms even on wayland, this idea looks way less interesting.
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index a9000ebb86..bd68858b43 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -105,7 +105,6 @@ enum mp_voctrl {
VOCTRL_GET_ICC_PROFILE, // bstr*
VOCTRL_GET_AMBIENT_LUX, // int*
VOCTRL_GET_DISPLAY_FPS, // double*
- VOCTRL_GET_RECENT_FLIP_TIME, // int64_t* (using mp_time_us())
VOCTRL_GET_PREF_DEINT, // int*
};