wavpack: don't close the stream

The input_stream object is opened and closed by the caller.
This commit is contained in:
Max Kellermann 2008-11-05 07:13:55 +01:00
parent 104d5120c9
commit 010a27cd95

View File

@ -494,7 +494,6 @@ wavpack_streamdecode(struct decoder * decoder, struct input_stream *is)
WavpackCloseFile(wpc);
if (open_flags & OPEN_WVC)
input_stream_close(&is_wvc);
input_stream_close(is);
return true;
}