audiofile: added 24 bit support

Don't hard code the "bits" parameter to 16.  Try to use the input's
sample format, if possible.
This commit is contained in:
Max Kellermann
2009-03-01 10:53:46 +01:00
parent 614fe8b341
commit af66f666c6
2 changed files with 9 additions and 1 deletions

1
NEWS
View File

@@ -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)