From af55db654b9156879b89d92306a17fb847713792 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Jul 2013 01:48:25 +0200 Subject: sd_add: add terrible hack for (xy-)vsfilter compatibility Much has been said about this topic, we don't need to say even more. See additions to options.rst. --- sub/dec_sub.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sub/dec_sub.h') diff --git a/sub/dec_sub.h b/sub/dec_sub.h index 3fb35deace..b269326cac 100644 --- a/sub/dec_sub.h +++ b/sub/dec_sub.h @@ -18,6 +18,7 @@ struct sd; enum sd_ctrl { SD_CTRL_SUB_STEP, + SD_CTRL_SET_VIDEO_PARAMS, }; struct dec_sub *sub_create(struct MPOpts *opts); -- cgit v1.2.3