diff libmpcodecs/vf.h @ 6780:5bf3ed8a17c4

equalizer reworked
author alex
date Wed, 24 Jul 2002 18:14:21 +0000
parents 47d6a4b0f971
children 54578e5a8050
line wrap: on
line diff
--- a/libmpcodecs/vf.h	Wed Jul 24 17:25:13 2002 +0000
+++ b/libmpcodecs/vf.h	Wed Jul 24 18:14:21 2002 +0000
@@ -24,7 +24,7 @@
         int width, int height, int d_width, int d_height,
 	unsigned int flags, unsigned int outfmt);
     int (*control)(struct vf_instance_s* vf,
-        int request, void* data);
+        int request, void* data, ...);
     int (*query_format)(struct vf_instance_s* vf,
         unsigned int fmt);
     void (*get_image)(struct vf_instance_s* vf,
@@ -49,7 +49,7 @@
 #define VFCTRL_QUERY_MAX_PP_LEVEL 4 /* test for postprocessing support (max level) */
 #define VFCTRL_SET_PP_LEVEL 5 /* set postprocessing level */
 #define VFCTRL_SET_EQUALIZER 6 /* set color options (brightness,contrast etc) */
-
+#define VFCTRL_GET_EQUALIZER 8 /* gset color options (brightness,contrast etc) */
 #define VFCTRL_DRAW_OSD 7
 
 #include "vfcap.h"