summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-06 00:10:13 +0200
committerwm4 <wm4@nowhere>2012-08-06 00:10:13 +0200
commit1ce5ca5f26d65359de632cc96a3d745fdeab2465 (patch)
tree6663d582f3ff7c50e49797e644590ea229b7f460 /libvo
parent94782e464d985b6e653618d8a61cf2ee817c3e9f (diff)
downloadmpv-1ce5ca5f26d65359de632cc96a3d745fdeab2465.tar.bz2
mpv-1ce5ca5f26d65359de632cc96a3d745fdeab2465.tar.xz
options: get rid of some compatibility stuff
Doesn't make sense because we broke/are going to break compatibility with everything anyway. Remove mechanism for warning the user against disabled options. Remove colorspace alternative option values.
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vdpau.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c
index 65c371f237..dd6ecd6448 100644
--- a/libvo/vo_vdpau.c
+++ b/libvo/vo_vdpau.c
@@ -1702,11 +1702,6 @@ const struct vo_driver video_out_vdpau = {
OPT_MAKE_FLAGS("pullup", pullup, 0),
OPT_FLOATRANGE("denoise", denoise, 0, 0, 1),
OPT_FLOATRANGE("sharpen", sharpen, 0, -1, 1),
- OPT_ERRORMESSAGE("colorspace", "vo_vdpau suboption \"colorspace\" has "
- "been removed. Use --colormatrix instead.\n"),
- OPT_ERRORMESSAGE("studio", "vo_vdpau suboption \"studio\" has been "
- "removed. Use --colormatrix-output-range=limited "
- "instead.\n"),
OPT_INTRANGE("hqscaling", hqscaling, 0, 0, 9),
OPT_FLOAT("fps", user_fps, 0),
OPT_FLAG_ON("composite-detect", composite_detect, 0, OPTDEF_INT(1)),