comparison libao2/ao_win32.c @ 12699:02efc0619f61

10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi Tiesi <sherpya at netfarm.it>
author faust3
date Sun, 27 Jun 2004 11:19:11 +0000
parents 47598beff93a
children ab369fe35121
comparison
equal deleted inserted replaced
12698:d2aef091743c 12699:02efc0619f61
27 #include "audio_out.h" 27 #include "audio_out.h"
28 #include "audio_out_internal.h" 28 #include "audio_out_internal.h"
29 #include "../mp_msg.h" 29 #include "../mp_msg.h"
30 #include "../libvo/fastmemcpy.h" 30 #include "../libvo/fastmemcpy.h"
31 #include "osdep/timer.h" 31 #include "osdep/timer.h"
32
33 #define WAVE_FORMAT_DOLBY_AC3_SPDIF 0x0092
32 34
33 #define SAMPLESIZE 1024 35 #define SAMPLESIZE 1024
34 #define BUFFER_SIZE 4096 36 #define BUFFER_SIZE 4096
35 #define BUFFER_COUNT 16 37 #define BUFFER_COUNT 16
36 38