summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vd.h')
-rw-r--r--libmpcodecs/vd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmpcodecs/vd.h b/libmpcodecs/vd.h
index 1b6a5ba208..03f1453539 100644
--- a/libmpcodecs/vd.h
+++ b/libmpcodecs/vd.h
@@ -20,8 +20,6 @@ typedef struct vd_functions
// NULL terminated array of all drivers
extern vd_functions_t* mpcodecs_vd_drivers[];
-extern int vd_use_slices;
-
#define VDCTRL_QUERY_FORMAT 3 /* test for availabilty of a format */
#define VDCTRL_QUERY_MAX_PP_LEVEL 4 /* test for postprocessing support (max level) */
#define VDCTRL_SET_PP_LEVEL 5 /* set postprocessing level */