diff options
author | Chris Robinson <[email protected]> | 2021-10-21 07:38:57 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-10-21 07:38:57 -0700 |
commit | f963a2c543a35edf4810c5a1c106d6162e51b274 (patch) | |
tree | afaf0adc2c9dfb036417245fbeaaf3e9b6b626c6 /alc | |
parent | 15827b2887a0d49e360db8692b5892cdcb46f349 (diff) |
Remove some lingering mentions of surround51rear
Diffstat (limited to 'alc')
-rw-r--r-- | alc/panning.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/alc/panning.cpp b/alc/panning.cpp index 45794454..a8f780b1 100644 --- a/alc/panning.cpp +++ b/alc/panning.cpp @@ -386,10 +386,8 @@ DecoderView MakeDecoderView(ALCdevice *device, const AmbDecConf *conf, * CB = Back center * * Additionally, surround51 will acknowledge back speakers for side - * channels, and surround51rear will acknowledge side speakers for - * back channels, to avoid issues with an ambdec expecting 5.1 to - * use the side channels when the device is configured for back, - * and vice-versa. + * channels, to avoid issues with an ambdec expecting 5.1 to use the + * back channels. */ Channel ch{}; if(speaker.Name == "LF") |