aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-26 01:10:23 +0100
committerMax Kellermann <max@duempel.org>2009-12-26 02:58:30 +0100
commit915d1d0738c1327d30ad1d2a9d58fa96fb136db8 (patch)
tree8a4c2d1ae9ae3ee52469316644c1d876557b3413 /NEWS
parent8a6d448aaf2095a691982eb7c2942dbad125a755 (diff)
downloadmpd-915d1d0738c1327d30ad1d2a9d58fa96fb136db8.tar.gz
mpd-915d1d0738c1327d30ad1d2a9d58fa96fb136db8.tar.xz
mpd-915d1d0738c1327d30ad1d2a9d58fa96fb136db8.zip
decoder_thread: eliminate jitter after seek failure
Don't clear the music pipe when seeking has failed - check the "seeking" flag instead of "command==SEEK". Clear the "seeking" flag in decoder_seek_error().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 24ded72e2..4134ea085 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ ver 0.15.7 (2009/??/??)
* tags:
- id3: fix ID3v1 charset conversion
* decoders:
+ - eliminate jitter after seek failure
- ffmpeg: don't try to force stereo
- wavpack: allow fine-grained seeking
* mixer: explicitly close all mixers on shutdown