summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-27 11:19:11 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-27 11:19:11 +0000
commit1beb4476705962763cd95f436307299b6080020e (patch)
tree8c7f23c11e9a4801c53cc935958a66c1852795c3 /libao2
parent56164a0e7a174e9525210134aa7c4594a349db48 (diff)
downloadmpv-1beb4476705962763cd95f436307299b6080020e.tar.bz2
mpv-1beb4476705962763cd95f436307299b6080020e.tar.xz
10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi Tiesi <sherpya at netfarm.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12700 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r--libao2/ao_win32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libao2/ao_win32.c b/libao2/ao_win32.c
index 953858a166..302a246778 100644
--- a/libao2/ao_win32.c
+++ b/libao2/ao_win32.c
@@ -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