summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vdpau.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_vdpau.c')
-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)),