=?UTF-8?Q?J=C3=B6rg=20H=C3=B6hle=20?=: include: Define KSAUDIO_SPEAKER_5|7POINT1_SURROUND.

Alexandre Julliard julliard at winehq.org
Wed Sep 7 12:35:30 CDT 2011


Module: wine
Branch: master
Commit: 4441a7aaff0b8e565eeeac071b4fb80197f77eea
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4441a7aaff0b8e565eeeac071b4fb80197f77eea

Author: Jörg Höhle <hoehle at users.sourceforge.net>
Date:   Fri Sep  2 22:22:58 2011 +0200

include: Define KSAUDIO_SPEAKER_5|7POINT1_SURROUND.

---

 include/ksmedia.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/ksmedia.h b/include/ksmedia.h
index 4027596..44834bb 100644
--- a/include/ksmedia.h
+++ b/include/ksmedia.h
@@ -34,7 +34,9 @@ DEFINE_GUID(KSDATAFORMAT_SUBTYPE_ALAW, 0x00000006, 0x0000, 0x0010, 0x80, 0x00, 0
 #define KSAUDIO_SPEAKER_QUAD (SPEAKER_FRONT_LEFT | SPEAKER_FRONT_RIGHT | SPEAKER_BACK_LEFT | SPEAKER_BACK_RIGHT)
 #define KSAUDIO_SPEAKER_SURROUND (SPEAKER_FRONT_LEFT | SPEAKER_FRONT_RIGHT | SPEAKER_FRONT_CENTER | SPEAKER_BACK_CENTER)
 #define KSAUDIO_SPEAKER_5POINT1 (SPEAKER_FRONT_LEFT | SPEAKER_FRONT_RIGHT | SPEAKER_FRONT_CENTER | SPEAKER_LOW_FREQUENCY | SPEAKER_BACK_LEFT | SPEAKER_BACK_RIGHT)
+#define KSAUDIO_SPEAKER_5POINT1_SURROUND (SPEAKER_FRONT_LEFT | SPEAKER_FRONT_RIGHT | SPEAKER_FRONT_CENTER | SPEAKER_LOW_FREQUENCY | SPEAKER_SIDE_LEFT | SPEAKER_SIDE_RIGHT)
 #define KSAUDIO_SPEAKER_7POINT1 (KSAUDIO_SPEAKER_5POINT1 | SPEAKER_FRONT_LEFT_OF_CENTER | SPEAKER_FRONT_RIGHT_OF_CENTER)
+#define KSAUDIO_SPEAKER_7POINT1_SURROUND (KSAUDIO_SPEAKER_5POINT1 | SPEAKER_SIDE_LEFT | SPEAKER_SIDE_RIGHT)
 
 #ifndef REFERENCE_TIME_DEFINED
 #define REFERENCE_TIME_DEFINED




More information about the wine-cvs mailing list