comparison 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
comparison
equal deleted inserted replaced
5482:cd97c8313300 5483:d2fbd113008e
13 } vd_functions_t; 13 } vd_functions_t;
14 14
15 // NULL terminated array of all drivers 15 // NULL terminated array of all drivers
16 extern vd_functions_t* mpcodecs_vd_drivers[]; 16 extern vd_functions_t* mpcodecs_vd_drivers[];
17 17
18 extern int vd_use_slices;
19
18 #define VDCTRL_QUERY_FORMAT 3 /* test for availabilty of a format */ 20 #define VDCTRL_QUERY_FORMAT 3 /* test for availabilty of a format */
19 #define VDCTRL_QUERY_MAX_PP_LEVEL 4 /* test for postprocessing support (max level) */ 21 #define VDCTRL_QUERY_MAX_PP_LEVEL 4 /* test for postprocessing support (max level) */
20 #define VDCTRL_SET_PP_LEVEL 5 /* set postprocessing level */ 22 #define VDCTRL_SET_PP_LEVEL 5 /* set postprocessing level */
21 #define VDCTRL_SET_EQUALIZER 6 /* set color options (brightness,contrast etc) */ 23 #define VDCTRL_SET_EQUALIZER 6 /* set color options (brightness,contrast etc) */
22 24