summaryrefslogtreecommitdiffstats
path: root/libaf/control.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-21 17:08:45 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-21 17:08:45 +0000
commitf139d7ead2ec746093ba60240fbf03fbad1faba0 (patch)
tree479d6af6f009ea6a09f2ef7490a74c1f0e14d093 /libaf/control.h
parentf3cfe839830f18c54218654dc36851b351990d7d (diff)
downloadmpv-f139d7ead2ec746093ba60240fbf03fbad1faba0.tar.bz2
mpv-f139d7ead2ec746093ba60240fbf03fbad1faba0.tar.xz
filter for adding a center channel, adding a high pass filter would be nice
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14750 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 aa51046dbd..dcbb2ddba0 100644
--- a/libaf/control.h
+++ b/libaf/control.h
@@ -218,4 +218,10 @@ typedef struct af_control_ext_s{
// ExtraStereo Multiplier
#define AF_CONTROL_ES_MUL 0x00002100 | AF_CONTROL_FILTER_SPECIFIC
+
+// Center
+
+// Channel number which to inster the filtered data, arg in int*
+#define AF_CONTROL_CENTER_CH 0x00002200 | AF_CONTROL_FILTER_SPECIFIC
+
#endif /*__af_control_h */