mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
ACCESS: video player: initialize variable
also remove another unused variable
This commit is contained in:
parent
4998a574ef
commit
7ce6a2d89a
@ -372,6 +372,7 @@ AccessVIDMovieDecoder::StreamVideoTrack::StreamVideoTrack(uint32 width, uint32 h
|
||||
_curFrame = -1;
|
||||
_nextFrameStartTime = 0;
|
||||
_endOfTrack = false;
|
||||
_dirtyPalette = false;
|
||||
|
||||
memset(&_palette, 0, sizeof(_palette));
|
||||
|
||||
|
@ -143,7 +143,6 @@ private:
|
||||
private:
|
||||
int16 decodeSample(uint8 dataNibble);
|
||||
|
||||
uint32 _codecTag;
|
||||
uint16 _sampleRate;
|
||||
bool _stereo;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user