winemp3: Clear stream buffers when the stream is reset.

This commit is contained in:
Chris Robinson 2007-03-27 21:47:09 -07:00 committed by Alexandre Julliard
parent 8a1d4d1e4c
commit 7d085d2cd4
1 changed files with 2 additions and 0 deletions

View File

@ -374,6 +374,8 @@ static LRESULT MPEG3_FormatSuggest(PACMDRVFORMATSUGGEST adfs)
*/ */
static void MPEG3_Reset(PACMDRVSTREAMINSTANCE adsi, AcmMpeg3Data* aad) static void MPEG3_Reset(PACMDRVSTREAMINSTANCE adsi, AcmMpeg3Data* aad)
{ {
ExitMP3(&aad->mp);
InitMP3(&aad->mp);
} }
/*********************************************************************** /***********************************************************************