mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 15:18:11 +00:00
e42ade073c
If the audio thread called to readBuffer before any packet had been added to the stream, the state of the stream would be changed from INIT to EOS. Later, when a packet was received, the state would go directly from EOS to READY, skipping decoder init, leaving garbage memory in the decoder structs and causing a crash of the decoder. Fixes Trac#9653. |
||
---|---|---|
.. | ||
decoders | ||
mods | ||
softsynth | ||
adlib.cpp | ||
alsa_opl.cpp | ||
audiostream.cpp | ||
audiostream.h | ||
fmopl.cpp | ||
fmopl.h | ||
mididrv.cpp | ||
mididrv.h | ||
midiparser_qt.cpp | ||
midiparser_qt.h | ||
midiparser_smf.cpp | ||
midiparser_xmidi.cpp | ||
midiparser.cpp | ||
midiparser.h | ||
midiplayer.cpp | ||
midiplayer.h | ||
miles_adlib.cpp | ||
miles_mt32.cpp | ||
miles.h | ||
mixer_intern.h | ||
mixer.cpp | ||
mixer.h | ||
module.mk | ||
mpu401.cpp | ||
mpu401.h | ||
musicplugin.cpp | ||
musicplugin.h | ||
null.cpp | ||
null.h | ||
rate_arm_asm.s | ||
rate_arm.cpp | ||
rate.cpp | ||
rate.h | ||
timestamp.cpp | ||
timestamp.h |