diff options
author | Max Kellermann <max@duempel.org> | 2009-02-12 18:39:04 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-12 18:39:19 +0100 |
commit | a06e2814212b929c5079762b02390c849cfc116d (patch) | |
tree | e29a573ba349e9c80582609a4a2a2f85fe9e497c /NEWS | |
parent | d55f6b53048a26ae495294c36aade82d97b46606 (diff) | |
download | mpd-a06e2814212b929c5079762b02390c849cfc116d.tar.gz mpd-a06e2814212b929c5079762b02390c849cfc116d.tar.xz mpd-a06e2814212b929c5079762b02390c849cfc116d.zip |
aac: fix stream metadata
Pass the input_stream object to decoder_data(). Without it, the MPD
core does not see stream tags.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ ver 0.14.2 (2009/??/??) - ffmpeg: added TTA support - wavpack: pass NULL if the .wvc file fails to open - mikmod: call MikMod_Exit() only in the finish() method + - aac: fix stream metadata * audio outputs: - jack: allocate ring buffers before connecting - jack: clear "shutdown" flag on reconnect |