changeset 30233:0acca3a641a6

Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask, and should not include other parts.
author reimar
date Mon, 11 Jan 2010 19:08:15 +0000
parents 6a39197f519a
children 9d09ff127c25
files libaf/af_format.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af_format.h	Mon Jan 11 11:16:09 2010 +0000
+++ b/libaf/af_format.h	Mon Jan 11 19:08:15 2010 +0000
@@ -59,7 +59,7 @@
 #define AF_FORMAT_MU_LAW	(1<<6)
 #define AF_FORMAT_A_LAW		(2<<6)
 #define AF_FORMAT_MPEG2		(3<<6) // MPEG(2) audio
-#define AF_FORMAT_AC3		((4<<6)|AF_FORMAT_16BIT) // Dolby Digital AC3
+#define AF_FORMAT_AC3		(4<<6) // Dolby Digital AC3
 #define AF_FORMAT_IMA_ADPCM	(5<<6)
 #define AF_FORMAT_SPECIAL_MASK	(7<<6)