summaryrefslogtreecommitdiffstats
path: root/libaf/control.h
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-20 13:42:26 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-20 13:42:26 +0000
commit758dcca26a7f8e1061a90481e63c418aba5b00f9 (patch)
tree41e606b1916d3677531ef2b14f87a0e7e296692e /libaf/control.h
parent175884718b19cd94175f4805820792d14346e0b4 (diff)
downloadmpv-758dcca26a7f8e1061a90481e63c418aba5b00f9.tar.bz2
mpv-758dcca26a7f8e1061a90481e63c418aba5b00f9.tar.xz
Adding filter for exporting audio data to visual effect applications
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10893 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/control.h')
-rw-r--r--libaf/control.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libaf/control.h b/libaf/control.h
index cc7a11486b..f2deb83dbd 100644
--- a/libaf/control.h
+++ b/libaf/control.h
@@ -215,4 +215,7 @@ typedef struct af_control_ext_s{
#define AF_CONTROL_SUB_FC 0x00001F00 | AF_CONTROL_FILTER_SPECIFIC
+// Export
+#define AF_CONTROL_EXPORT_SZ 0x00002000 | AF_CONTROL_FILTER_SPECIFIC
+
#endif /*__af_control_h */