From 0bd49a14320a205abd7300abbd6003b4cf7276d8 Mon Sep 17 00:00:00 2001 From: LACARRIERE Jerome Date: Wed, 28 Mar 2012 14:52:12 +0300 Subject: add access to audio engine gap --- include/xine/audio_out.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/xine/audio_out.h b/include/xine/audio_out.h index dd7d16a0d..ebd5a9097 100644 --- a/include/xine/audio_out.h +++ b/include/xine/audio_out.h @@ -343,7 +343,8 @@ int _x_ao_channels2mode( int channels ) XINE_PROTECTED; #define AO_PROP_CLOCK_SPEED 20 /* inform audio_out that speed has changed */ #define AO_PROP_BUFS_TOTAL 21 /* read-only */ #define AO_PROP_BUFS_FREE 22 /* read-only */ -#define AO_NUM_PROPERTIES 23 +#define AO_PROP_DRIVER_DELAY 23 /* read-only */ +#define AO_NUM_PROPERTIES 24 /* audio device control ops */ #define AO_CTRL_PLAY_PAUSE 0 -- cgit v1.2.3