aboutsummaryrefslogtreecommitdiff
path: root/engines/access/video/movie_decoder.h
diff options
context:
space:
mode:
authorMartin Kiewitz2015-11-30 19:17:13 +0100
committerMartin Kiewitz2015-11-30 19:17:13 +0100
commit7ce6a2d89accb2c1a146b8579d3c86f36471f48e (patch)
tree1ae03daf619c3ad5b6051951ff7c5ba1b8eb652e /engines/access/video/movie_decoder.h
parent4998a574efe1a3aad301bff8c841b1dff2e2c26c (diff)
downloadscummvm-rg350-7ce6a2d89accb2c1a146b8579d3c86f36471f48e.tar.gz
scummvm-rg350-7ce6a2d89accb2c1a146b8579d3c86f36471f48e.tar.bz2
scummvm-rg350-7ce6a2d89accb2c1a146b8579d3c86f36471f48e.zip
ACCESS: video player: initialize variable
also remove another unused variable
Diffstat (limited to 'engines/access/video/movie_decoder.h')
-rw-r--r--engines/access/video/movie_decoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/access/video/movie_decoder.h b/engines/access/video/movie_decoder.h
index dc4a87720c..fe8a89fcde 100644
--- a/engines/access/video/movie_decoder.h
+++ b/engines/access/video/movie_decoder.h
@@ -143,7 +143,6 @@ private:
private:
int16 decodeSample(uint8 dataNibble);
- uint32 _codecTag;
uint16 _sampleRate;
bool _stereo;
};