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().
This commit is contained in:
Max Kellermann
2009-12-26 01:10:23 +01:00
parent 8a6d448aaf
commit 915d1d0738
2 changed files with 6 additions and 1 deletions

1
NEWS
View File

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