Commit 7d085d2c authored by Chris Robinson's avatar Chris Robinson Committed by Alexandre Julliard

winemp3: Clear stream buffers when the stream is reset.

parent 8a1d4d1e
......@@ -374,6 +374,8 @@ static LRESULT MPEG3_FormatSuggest(PACMDRVFORMATSUGGEST adfs)
*/
static void MPEG3_Reset(PACMDRVSTREAMINSTANCE adsi, AcmMpeg3Data* aad)
{
ExitMP3(&aad->mp);
InitMP3(&aad->mp);
}
/***********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment