From 1ce5ca5f26d65359de632cc96a3d745fdeab2465 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 6 Aug 2012 00:10:13 +0200 Subject: 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. --- libvo/vo_vdpau.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libvo') 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)), -- cgit v1.2.3