diff options
author | Max Kellermann <max@duempel.org> | 2012-04-04 23:10:38 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-04-04 23:59:06 +0200 |
commit | 98a468a1013401298205390db43b63a6ff3a3478 (patch) | |
tree | 1ddc7ea2992fe9125f0631f8fa99b169f9d437f8 /NEWS | |
parent | 47c58c01d10526b3e4b4b6cff0faa17af4039916 (diff) | |
download | mpd-98a468a1013401298205390db43b63a6ff3a3478.tar.gz mpd-98a468a1013401298205390db43b63a6ff3a3478.tar.xz mpd-98a468a1013401298205390db43b63a6ff3a3478.zip |
encoder/vorbis: generate end-of-stream packet before tag
Don't reset the ogg_stream_state object, because this discards the
end-of-stream packet that was just added.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ ver 0.16.8 (2012/??/??) * decoder: - vorbis (and others): fix seeking at startup - ffmpeg: read the "year" tag +* encoder: + - vorbis: generate end-of-stream packet before tag * output: - jack: check for connection failure before starting playback - jack: workaround for libjack1 crash bug |