aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-11-27 23:39:21 +0100
committerMax Kellermann <max@duempel.org>2011-11-28 11:39:21 +0100
commite1b032cbad5db7698104a93c2235fb7da1f8b580 (patch)
tree85140e9f2e7a0486b69705e2709154f794769c5d /NEWS
parent6f365c30eb33c40193defb827b03a8fd293bfc23 (diff)
downloadmpd-e1b032cbad5db7698104a93c2235fb7da1f8b580.tar.gz
mpd-e1b032cbad5db7698104a93c2235fb7da1f8b580.tar.xz
mpd-e1b032cbad5db7698104a93c2235fb7da1f8b580.zip
decoder/ffmpeg: work around bogus channel count
Initialize the audio_format before calling avcodec_open(), because avcodec_open() will fill bogus values.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 166541c44..b078b8213 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
ver 0.16.6 (2010/??/??)
* decoder:
- fix assertion failure when resuming streams
+ - ffmpeg: work around bogus channel count
* encoder:
- flac, null, wave: fix buffer corruption bug
- wave: support packed 24 bit samples