diff options
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r-- | src/xine-engine/audio_out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h index 25bb9955c..810b37c9f 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.68 2004/05/15 20:27:51 jcdutton Exp $ + * $Id: audio_out.h,v 1.69 2004/05/23 16:20:56 mroi Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -300,7 +300,7 @@ int _x_ao_mode2channels( int mode ); #define AO_CAP_8BITS 0x00000800 /* driver support 8-bit samples */ #define AO_CAP_16BITS 0x00001000 /* driver support 16-bit samples */ #define AO_CAP_24BITS 0x00002000 /* driver support 24-bit samples */ -#define AO_CAP_32BITS 0x00004000 /* driver support 32-bit samples. i.e. Floats */ +#define AO_CAP_FLOAT32 0x00004000 /* driver support 32-bit samples. i.e. Floats */ /* properties supported by get/set_property() */ #define AO_PROP_MIXER_VOL 0 |