[MPlayer-cvslog] r30275 - trunk/libaf/af_format.h

reimar subversion at mplayerhq.hu
Mon Jan 11 20:08:15 CET 2010


Author: reimar
Date: Mon Jan 11 20:08:15 2010
New Revision: 30275

Log:
Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,
and should not include other parts.

Modified:
   trunk/libaf/af_format.h

Modified: trunk/libaf/af_format.h
==============================================================================
--- trunk/libaf/af_format.h	Mon Jan 11 12:16:09 2010	(r30274)
+++ trunk/libaf/af_format.h	Mon Jan 11 20:08:15 2010	(r30275)
@@ -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)
 


More information about the MPlayer-cvslog mailing list