diff libmpcodecs/vd.h @ 6780:5bf3ed8a17c4

equalizer reworked
author alex
date Wed, 24 Jul 2002 18:14:21 +0000
parents 3b20f07b2c16
children e3ecccc7e505
line wrap: on
line diff
--- a/libmpcodecs/vd.h	Wed Jul 24 17:25:13 2002 +0000
+++ b/libmpcodecs/vd.h	Wed Jul 24 18:14:21 2002 +0000
@@ -21,6 +21,7 @@
 #define VDCTRL_QUERY_MAX_PP_LEVEL 4 /* test for postprocessing support (max level) */
 #define VDCTRL_SET_PP_LEVEL 5 /* set postprocessing level */
 #define VDCTRL_SET_EQUALIZER 6 /* set color options (brightness,contrast etc) */
+#define VDCTRL_GET_EQUALIZER 7 /* get color options (brightness,contrast etc) */
 
 // callbacks:
 int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt);