Mercurial > mplayer.hg
diff libaf/control.h @ 23551:63d9b7032bf3
Add AF_CONTROL_PAN_BALANCE control
author | zuxy |
---|---|
date | Sun, 17 Jun 2007 12:18:13 +0000 |
parents | 1c2f694d5232 |
children | 8133163bd1dd |
line wrap: on
line diff
--- a/libaf/control.h Sun Jun 17 10:24:10 2007 +0000 +++ b/libaf/control.h Sun Jun 17 12:18:13 2007 +0000 @@ -193,6 +193,8 @@ // Number of outputs from pan, arg is int* #define AF_CONTROL_PAN_NOUT 0x00001B00 | AF_CONTROL_FILTER_SPECIFIC +// Balance, arg is float*; range -1 (left) to 1 (right), 0 center +#define AF_CONTROL_PAN_BALANCE 0x00002500 | AF_CONTROL_FILTER_SPECIFIC // Set equalizer gain, arg is a control_ext with a float* #define AF_CONTROL_EQUALIZER_GAIN 0x00001C00 | AF_CONTROL_FILTER_SPECIFIC