diff libmpcodecs/vd.h @ 5483:d2fbd113008e

global var for option -slices
author arpi
date Thu, 04 Apr 2002 00:00:23 +0000
parents a2bd4e930d59
children 8058078f1248
line wrap: on
line diff
--- a/libmpcodecs/vd.h	Wed Apr 03 23:59:54 2002 +0000
+++ b/libmpcodecs/vd.h	Thu Apr 04 00:00:23 2002 +0000
@@ -15,6 +15,8 @@
 // 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 */