aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-02-27 23:26:50 +0100
committerMax Kellermann <max@duempel.org>2011-02-27 23:26:50 +0100
commit1674a4ec828ebd6822e1d1622d9fcdae5140a61d (patch)
tree60d7e7974da6be946a2c9e909df9251660f4436d /NEWS
parentce370bee60f685d9e7b109ac67ae656b46779f88 (diff)
downloadmpd-1674a4ec828ebd6822e1d1622d9fcdae5140a61d.tar.gz
mpd-1674a4ec828ebd6822e1d1622d9fcdae5140a61d.tar.xz
mpd-1674a4ec828ebd6822e1d1622d9fcdae5140a61d.zip
output/jack: fix crash with mono playback
With mono sound, jack_sample_size is smaller than frame_size (4 vs 2 bytes), and "space/jack_sample_size==0". That means mpd_jack_play() will return 0, although no error has occurred.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 76571d0f0..381417f87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
ver 0.15.16 (2010/??/??)
* output:
- ao: initialize the ao_sample_format struct
+ - jack: fix crash with mono playback
* encoders:
- lame: explicitly configure the output sample rate
* update: log all file permission problems