Fix JACK plugin outputting only to left channel

The JACK output plugin would not correctly upmix mono input files when exactly 2 output ports were configured. This fixes that.
This commit is contained in:
Diomendius
2019-08-02 17:47:45 +12:00
committed by Max Kellermann
parent 6de088140b
commit b81138bda1
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -2,6 +2,8 @@ ver 0.21.12 (not yet released)
* decoder
- opus: ignore case in replay gain tag names
- opus, vorbis: decode the "end of stream" packet
* output
- jack: fix mono-to-stereo conversion
* Windows
- support backslash in relative URIs loaded from playlists