mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
VIDEO: Fix uninitialized track pointers
This commit is contained in:
parent
7d0af11deb
commit
43d264cb2f
@ -151,6 +151,8 @@ static const uint32 s_huffmanACSymbols[AC_CODE_COUNT] = {
|
||||
|
||||
PSXStreamDecoder::PSXStreamDecoder(CDSpeed speed, uint32 frameCount) : _speed(speed), _frameCount(frameCount) {
|
||||
_stream = 0;
|
||||
_videoTrack = 0;
|
||||
_audioTrack = 0;
|
||||
}
|
||||
|
||||
PSXStreamDecoder::~PSXStreamDecoder() {
|
||||
|
Loading…
Reference in New Issue
Block a user