diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-05-23 16:20:56 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-05-23 16:20:56 +0000 |
commit | 0f850afbe4ddc8ce5d561abf676d3a1bd8afa7ae (patch) | |
tree | b828ee8bbc8aed412aa2d4f1c7ab2ef4354c5cf6 /src/xine-engine/audio_out.h | |
parent | c95dba35158f52b70a719f99c7377a649eb3eff4 (diff) | |
download | xine-lib-0f850afbe4ddc8ce5d561abf676d3a1bd8afa7ae.tar.gz xine-lib-0f850afbe4ddc8ce5d561abf676d3a1bd8afa7ae.tar.bz2 |
rename from AO_CAP_32BITS to AO_CAP_FLOAT32
CVS patchset: 6581
CVS date: 2004/05/23 16:20:56
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 |