From 1a2319f3e4cc42c680e2fd3ba30022c7a9adf3fe Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 25 Nov 2016 21:00:39 +0100 Subject: options: remove deprecated sub-option handling for --vo and --ao Long planned. Leads to some sanity. There still are some rather gross things. Especially g_groups is ugly, and a hack that can hopefully be removed. (There is a plan for it, but whether it's implemented depends on how much energy is left.) --- video/out/vo_vaapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_vaapi.c') diff --git a/video/out/vo_vaapi.c b/video/out/vo_vaapi.c index 0b741850b0..4aa1ef37df 100644 --- a/video/out/vo_vaapi.c +++ b/video/out/vo_vaapi.c @@ -696,5 +696,5 @@ const struct vo_driver video_out_vaapi = { OPT_FLAG("scaled-osd", force_scaled_osd, 0), {0} }, - .legacy_prefix = "vo-vaapi", + .options_prefix = "vo-vaapi", }; -- cgit v1.2.3