aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-30 09:59:05 +0100
committerMax Kellermann <max@duempel.org>2009-11-30 09:59:05 +0100
commit16123f1b8e832ad1743e9ab24bd7c7663411bfa4 (patch)
tree7d767d0576a646da5bb45aaf9cd7593fccad5fe0 /NEWS
parent21fdf47b563ab7684dc7022aadf5d63bb011ea52 (diff)
downloadmpd-16123f1b8e832ad1743e9ab24bd7c7663411bfa4.tar.gz
mpd-16123f1b8e832ad1743e9ab24bd7c7663411bfa4.tar.xz
mpd-16123f1b8e832ad1743e9ab24bd7c7663411bfa4.zip
ffmpeg: don't try to force stereo
The plugin code tried to force libavcodec to supply stereo samples. That however has never actually worked. By removing this code, we are able to play surround files for the first time.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6b6944c1b..e566504d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.15.7 (2009/??/??)
+* decoders:
+ - ffmpeg: don't try to force stereo
ver 0.15.6 (2009/11/18)