From 7d085d2cd4cd1d626944e8591232a328ae615773 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 27 Mar 2007 21:47:09 -0700 Subject: [PATCH] winemp3: Clear stream buffers when the stream is reset. --- dlls/winemp3.acm/mpegl3.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/winemp3.acm/mpegl3.c b/dlls/winemp3.acm/mpegl3.c index 4c639e5220e..6d95a0bbcee 100644 --- a/dlls/winemp3.acm/mpegl3.c +++ b/dlls/winemp3.acm/mpegl3.c @@ -374,6 +374,8 @@ static LRESULT MPEG3_FormatSuggest(PACMDRVFORMATSUGGEST adfs) */ static void MPEG3_Reset(PACMDRVSTREAMINSTANCE adsi, AcmMpeg3Data* aad) { + ExitMP3(&aad->mp); + InitMP3(&aad->mp); } /***********************************************************************