output/Source: clear current_chunk in Close()
Fixes assert failure after unpausing.
This commit is contained in:
parent
2e182e84c3
commit
3c565baf9d
@ -65,7 +65,7 @@ AudioOutputSource::Close()
|
|||||||
assert(in_audio_format.IsValid());
|
assert(in_audio_format.IsValid());
|
||||||
in_audio_format.Clear();
|
in_audio_format.Clear();
|
||||||
|
|
||||||
pipe.Cancel();
|
Cancel();
|
||||||
|
|
||||||
CloseFilter();
|
CloseFilter();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user