diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-09-11 22:07:48 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-09-11 22:07:48 +0000 |
commit | 52988af60fda1094a8a5a1bc0349bdcbb3e7d0d1 (patch) | |
tree | 961aae41b31fd342cc9397968c4719be90712cfc /src/xine-engine/audio_out.h | |
parent | 9dbffde07fe79acb409f42393c7e1171cec7c220 (diff) | |
download | xine-lib-52988af60fda1094a8a5a1bc0349bdcbb3e7d0d1.tar.gz xine-lib-52988af60fda1094a8a5a1bc0349bdcbb3e7d0d1.tar.bz2 |
make Alien happier ;-)
audio can be heard with non-1X speeds if audio.synchronization.slow_fast_audio is set
CVS patchset: 7726
CVS date: 2005/09/11 22:07:48
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r-- | src/xine-engine/audio_out.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h index 7f69cce1b..853c338ca 100644 --- a/src/xine-engine/audio_out.h +++ b/src/xine-engine/audio_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_out.h,v 1.74 2004/09/28 01:46:39 miguelfreitas Exp $ + * $Id: audio_out.h,v 1.75 2005/09/11 22:07:48 miguelfreitas Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -323,7 +323,8 @@ int _x_ao_mode2channels( int mode ); #define AO_PROP_CLOSE_DEVICE 17 /* force closing audio device */ #define AO_PROP_AMP_MUTE 18 /* amplifier mute */ #define AO_PROP_NUM_STREAMS 19 /* read-only */ -#define AO_NUM_PROPERTIES 20 +#define AO_PROP_CLOCK_SPEED 20 /* inform audio_out that speed has changed */ +#define AO_NUM_PROPERTIES 21 /* audio device control ops */ #define AO_CTRL_PLAY_PAUSE 0 |