aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-01 10:53:46 +0100
committerMax Kellermann <max@duempel.org>2009-03-01 10:53:46 +0100
commitaf66f666c65cfdca3cf717a923a0e440bb75afe2 (patch)
treeaff07318a65dff2296ffe3a0ded03863ec7972cd /NEWS
parent614fe8b341a68aa06d1d5259475147a0afde163f (diff)
downloadmpd-af66f666c65cfdca3cf717a923a0e440bb75afe2.tar.gz
mpd-af66f666c65cfdca3cf717a923a0e440bb75afe2.tar.xz
mpd-af66f666c65cfdca3cf717a923a0e440bb75afe2.zip
audiofile: added 24 bit support
Don't hard code the "bits" parameter to 16. Try to use the input's sample format, if possible.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 153cbd837..aa74e95dc 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ ver 0.15 - (200?/??/??)
- parse RVA2 tags in mp3 files
* decoders:
- audiofile: streaming support added
+ - audiofile: added 24 bit support
- modplug: another MOD plugin, based on libmodplug
- mikmod disabled by default, due to severe security issues in libmikmod
- sidplay: new decoder plugin for C64 SID (using libsidplay2)