[Mplayer-cvslog] CVS: main/libao2 ao_win32.c,1.12,1.13
Sascha Sommer CVS
syncmail at mplayerhq.hu
Sun Jun 27 13:19:13 CEST 2004
- Previous message: [Mplayer-cvslog] CVS: main/postproc yuv2rgb_altivec.c, NONE, 1.1 Makefile, 1.20, 1.21 cs_test.c, 1.4, 1.5 swscale.c, 1.141, 1.142 swscale_template.c, 1.106, 1.107 yuv2rgb.c, 1.25, 1.26 swscale_internal.h, 1.7, 1.8
- Next message: [Mplayer-cvslog] CVS: main AUTHORS,1.93,1.94
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Sascha Sommer CVS
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv23615/libao2
Modified Files:
ao_win32.c
Log Message:
10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi Tiesi <sherpya at netfarm.it>
Index: ao_win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_win32.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ao_win32.c 26 Jun 2004 11:20:20 -0000 1.12
+++ ao_win32.c 27 Jun 2004 11:19:11 -0000 1.13
@@ -30,6 +30,8 @@
#include "../libvo/fastmemcpy.h"
#include "osdep/timer.h"
+#define WAVE_FORMAT_DOLBY_AC3_SPDIF 0x0092
+
#define SAMPLESIZE 1024
#define BUFFER_SIZE 4096
#define BUFFER_COUNT 16
- Previous message: [Mplayer-cvslog] CVS: main/postproc yuv2rgb_altivec.c, NONE, 1.1 Makefile, 1.20, 1.21 cs_test.c, 1.4, 1.5 swscale.c, 1.141, 1.142 swscale_template.c, 1.106, 1.107 yuv2rgb.c, 1.25, 1.26 swscale_internal.h, 1.7, 1.8
- Next message: [Mplayer-cvslog] CVS: main AUTHORS,1.93,1.94
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list