diff options
Diffstat (limited to 'include/xine/audio_out.h')
-rw-r--r-- | include/xine/audio_out.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/xine/audio_out.h b/include/xine/audio_out.h index daeeb75ea..dd7d16a0d 100644 --- a/include/xine/audio_out.h +++ b/include/xine/audio_out.h @@ -341,7 +341,9 @@ int _x_ao_channels2mode( int channels ) XINE_PROTECTED; #define AO_PROP_AMP_MUTE 18 /* amplifier mute */ #define AO_PROP_NUM_STREAMS 19 /* read-only */ #define AO_PROP_CLOCK_SPEED 20 /* inform audio_out that speed has changed */ -#define AO_NUM_PROPERTIES 21 +#define AO_PROP_BUFS_TOTAL 21 /* read-only */ +#define AO_PROP_BUFS_FREE 22 /* read-only */ +#define AO_NUM_PROPERTIES 23 /* audio device control ops */ #define AO_CTRL_PLAY_PAUSE 0 |