summaryrefslogtreecommitdiffstats
path: root/libaf/control.h
diff options
context:
space:
mode:
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 */