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)
|
static void MPEG3_Reset(PACMDRVSTREAMINSTANCE adsi, AcmMpeg3Data* aad)
|
||||||
{
|
{
|
||||||
|
ExitMP3(&aad->mp);
|
||||||
|
InitMP3(&aad->mp);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
|
Loading…
Reference in New Issue