[Mplayer-cvslog] CVS: main/libao2 afmt.h,1.5,1.6
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sun May 16 12:49:02 CEST 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv739/libao2
Modified Files:
afmt.h
Log Message:
support for 24 bit pcm/wav files
Index: afmt.h
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/afmt.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- afmt.h 3 Jan 2003 15:12:18 -0000 1.5
+++ afmt.h 16 May 2004 10:48:59 -0000 1.6
@@ -53,3 +53,8 @@
#ifndef AFMT_FLOAT
# define AFMT_FLOAT 0x00004000
#endif
+
+/* for formats that don't have a corresponding AFMT_* type,
+ * use the flags from libaf/af_format.h or'ed with this */
+#define AFMT_AF_FLAGS 0x70000000
+
More information about the MPlayer-cvslog
mailing list