DecoderThread: clear the pipe when handling late SEEK

See code comment.  Fixes assertion failure in
decoder_command_finished().
This commit is contained in:
Max Kellermann
2014-09-07 21:31:10 +02:00
parent 7ada7def9e
commit a6bb27483b
2 changed files with 12 additions and 1 deletions

1
NEWS
View File

@@ -3,6 +3,7 @@ ver 0.18.14 (not yet released)
- fix range parser bug on certain 32 bit architectures
* decoder
- audiofile: fix crash after seeking
- fix assertion failure after seeking
ver 0.18.13 (2014/08/31)
* protocol