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. --- video/csputils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video/csputils.h') diff --git a/video/csputils.h b/video/csputils.h index 7c528d1b86..8c9806a1a3 100644 --- a/video/csputils.h +++ b/video/csputils.h @@ -53,6 +53,9 @@ enum mp_csp_levels { MP_CSP_LEVELS_COUNT, }; +// Any enum mp_csp_levels value is a valid index (except MP_CSP_LEVELS_COUNT) +extern char * const mp_csp_levels_names[MP_CSP_LEVELS_COUNT]; + struct mp_csp_details { enum mp_csp format; enum mp_csp_levels levels_in; // encoded video -- cgit v1.2.3