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_image.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'video/out/vo_image.c') diff --git a/video/out/vo_image.c b/video/out/vo_image.c index f799a97fe9..e1bc1aab20 100644 --- a/video/out/vo_image.c +++ b/video/out/vo_image.c @@ -160,18 +160,6 @@ const struct vo_driver video_out_image = .name = "image", .untimed = true, .priv_size = sizeof(struct priv), - .options = (const struct m_option[]) { - OPT_SUBOPT_LEGACY("jpeg-quality", "vo-image-jpeg-quality"), - OPT_SUBOPT_LEGACY("jpeg-smooth", "vo-image-jpeg-smooth"), - OPT_SUBOPT_LEGACY("jpeg-source-chroma", "vo-image-jpeg-source-chroma"), - OPT_SUBOPT_LEGACY("png-compression", "vo-image-png-compression"), - OPT_SUBOPT_LEGACY("png-filter", "vo-image-png-filter"), - OPT_SUBOPT_LEGACY("format", "vo-image-format"), - OPT_SUBOPT_LEGACY("high-bit-depth", "vo-image-high-bit-depth"), - OPT_SUBOPT_LEGACY("tag-colorspace", "vo-image-tag-colorspace"), - OPT_SUBOPT_LEGACY("outdir", "vo-image-outdir"), - {0}, - }, .preinit = preinit, .query_format = query_format, .reconfig = reconfig, -- cgit v1.2.3