summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-24 18:14:21 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-24 18:14:21 +0000
commit2de7e088118b83235262483041d556c16410cbce (patch)
tree6fd692aada4fd7c1c4488c86dd1b3f5103123ffe /libmpcodecs/vd.h
parentee5c104bd4f1da26ac689375feaf229b56f98eee (diff)
downloadmpv-2de7e088118b83235262483041d556c16410cbce.tar.bz2
mpv-2de7e088118b83235262483041d556c16410cbce.tar.xz
equalizer reworked
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6781 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vd.h')
-rw-r--r--libmpcodecs/vd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/vd.h b/libmpcodecs/vd.h
index 3cebebfb60..569cc8759e 100644
--- a/libmpcodecs/vd.h
+++ b/libmpcodecs/vd.h
@@ -21,6 +21,7 @@ extern int vd_use_slices;
#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);