summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-11-18 08:27:47 -0800
committerKevin Mitchell <kevmitch@gmail.com>2015-11-18 08:27:47 -0800
commit9f858cc759cee2cb9f0f8a95f02fc56a64de6749 (patch)
tree70d76a615fca795579d5c510452033aab71102bb
parentca77bcd5434d6cfb379a46aeee880f8c2b076872 (diff)
downloadmpv-9f858cc759cee2cb9f0f8a95f02fc56a64de6749.tar.bz2
mpv-9f858cc759cee2cb9f0f8a95f02fc56a64de6749.tar.xz
ao_openal: fix sign of speaker angle in comment
-rw-r--r--audio/out/ao_openal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao_openal.c b/audio/out/ao_openal.c
index 58eb1a169c..c6c924b244 100644
--- a/audio/out/ao_openal.c
+++ b/audio/out/ao_openal.c
@@ -123,7 +123,7 @@ static const struct speaker speaker_pos[] = {
{MP_SPEAKER_ID_FC, { 0, 0, -1}}, // 0 deg
{MP_SPEAKER_ID_LFE, { 0, -1, 0}}, // below
{MP_SPEAKER_ID_BL, {-0.609, 0, 0.793}}, // -142.5 deg
- {MP_SPEAKER_ID_BR, { 0.609, 0, 0.793}}, // -142.5 deg
+ {MP_SPEAKER_ID_BR, { 0.609, 0, 0.793}}, // 142.5 deg
{MP_SPEAKER_ID_BC, { 0, 0, 1}}, // 180 deg
{MP_SPEAKER_ID_SL, {-0.985, 0, 0.174}}, // -100 deg
{MP_SPEAKER_ID_SR, { 0.985, 0, 0.174}}, // 100 deg