summaryrefslogtreecommitdiffstats
path: root/libaf/control.h
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-03 09:51:02 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-03 09:51:02 +0000
commit4d5388c569cd615aadf3e5beb9a1ca8a53cf2630 (patch)
treebca5528c52a24922bced910a6ddc2c6c961dd39b /libaf/control.h
parentbbe89f470540862bbde7bdeb41ea750e42acb9a2 (diff)
downloadmpv-4d5388c569cd615aadf3e5beb9a1ca8a53cf2630.tar.bz2
mpv-4d5388c569cd615aadf3e5beb9a1ca8a53cf2630.tar.xz
Adding equalizer filter + some cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8074 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/control.h')
-rw-r--r--libaf/control.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libaf/control.h b/libaf/control.h
index 7757210647..1e160f460f 100644
--- a/libaf/control.h
+++ b/libaf/control.h
@@ -79,4 +79,10 @@
// Turn probing on and off, arg is binary
#define AF_CONTROL_VOLUME_PROBE_ON_OFF 11 + AF_CONTROL_FILTER_SPECIFIC_BASE
+// Set equalizer gain, arg is an equalizer_t*
+#define AF_CONTROL_EQUALIZER_SET_GAIN 12 + AF_CONTROL_FILTER_SPECIFIC_BASE
+
+// Get equalizer gain, arg is an equalizer_t*
+#define AF_CONTROL_EQUALIZER_GET_GAIN 13 + AF_CONTROL_FILTER_SPECIFIC_BASE
+
#endif /*__af_control_h */