From 9f858cc759cee2cb9f0f8a95f02fc56a64de6749 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Wed, 18 Nov 2015 08:27:47 -0800 Subject: ao_openal: fix sign of speaker angle in comment --- audio/out/ao_openal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/out/ao_openal.c') 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 -- cgit v1.2.3