summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-09-09 15:38:39 +0200
committerwm4 <wm4@nowhere>2020-09-09 15:38:39 +0200
commit92e7f75becb3af4b3ea6e676f38cc2c627600eed (patch)
tree0dca5041585fbe8a97caf643fecf4ed949fde3d5 /video/out/vo.h
parent9b9ce74afaafb29045fe3ab975eaaa9290eb3b7d (diff)
downloadmpv-92e7f75becb3af4b3ea6e676f38cc2c627600eed.tar.bz2
mpv-92e7f75becb3af4b3ea6e676f38cc2c627600eed.tar.xz
vo_vdpau: remove deprecated/inactive --vo-vdpau-deint option
I think this has been dead code for quite a while. It was deprecated anyway.
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 5deb99a6f1..7efec53ba0 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -121,8 +121,6 @@ enum mp_voctrl {
VOCTRL_GET_DISPLAY_FPS, // double*
VOCTRL_GET_HIDPI_SCALE, // double*
- VOCTRL_GET_PREF_DEINT, // int*
-
/* private to vo_gpu */
VOCTRL_EXTERNAL_RESIZE,
};