mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
winemp3: Clear stream buffers when the stream is reset.
This commit is contained in:
parent
8a1d4d1e4c
commit
7d085d2cd4
@ -374,6 +374,8 @@ static LRESULT MPEG3_FormatSuggest(PACMDRVFORMATSUGGEST adfs)
|
||||
*/
|
||||
static void MPEG3_Reset(PACMDRVSTREAMINSTANCE adsi, AcmMpeg3Data* aad)
|
||||
{
|
||||
ExitMP3(&aad->mp);
|
||||
InitMP3(&aad->mp);
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user