projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a1d4d1
)
winemp3: Clear stream buffers when the stream is reset.
author
Chris Robinson
<chris.kcat@gmail.com>
Wed, 28 Mar 2007 04:47:09 +0000
(21:47 -0700)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 28 Mar 2007 10:05:54 +0000
(12:05 +0200)
dlls/winemp3.acm/mpegl3.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/winemp3.acm/mpegl3.c
b/dlls/winemp3.acm/mpegl3.c
index
4c639e5
..
6d95a0b
100644
(file)
--- 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);
}
/***********************************************************************