summaryrefslogtreecommitdiffstats
path: root/libaf/control.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-04 19:11:05 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-04 19:11:05 +0000
commitb7d2e203d8716a64a47f3a1e5f9ef0256e6fb83a (patch)
tree97f212db2709b255566d7c701a9970da89446da1 /libaf/control.h
parent41cd2f8d7d5e3825484ae47b426cf866e98027f5 (diff)
downloadmpv-b7d2e203d8716a64a47f3a1e5f9ef0256e6fb83a.tar.bz2
mpv-b7d2e203d8716a64a47f3a1e5f9ef0256e6fb83a.tar.xz
reimplementation of the pl_extrastereo and pl_volnorm plugins
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13551 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/control.h')
-rw-r--r--libaf/control.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libaf/control.h b/libaf/control.h
index f2deb83dbd..31ad012b0b 100644
--- a/libaf/control.h
+++ b/libaf/control.h
@@ -218,4 +218,8 @@ typedef struct af_control_ext_s{
// Export
#define AF_CONTROL_EXPORT_SZ 0x00002000 | AF_CONTROL_FILTER_SPECIFIC
+
+// ExtraStereo Multiplier
+#define AF_CONTROL_ES_MUL 0x00002100 | AF_CONTROL_FILTER_SPECIFIC
+
#endif /*__af_control_h */