aboutsummaryrefslogtreecommitdiff
path: root/image/codecs/msvideo1.h
diff options
context:
space:
mode:
authorEugene Sandulenko2015-11-14 23:32:06 +0100
committerEugene Sandulenko2015-11-14 23:32:38 +0100
commitb9b8eab26980778c015d503ffff248c13be6a764 (patch)
tree95434ee6a40d79a39d7d6b4530f489902f275812 /image/codecs/msvideo1.h
parent5d6f924fa6bcd68ae2d1489ee062a31ce0cdbb5f (diff)
downloadscummvm-rg350-b9b8eab26980778c015d503ffff248c13be6a764.tar.gz
scummvm-rg350-b9b8eab26980778c015d503ffff248c13be6a764.tar.bz2
scummvm-rg350-b9b8eab26980778c015d503ffff248c13be6a764.zip
IMAGES: WIP for 16-bit MS Video1 decoder
Diffstat (limited to 'image/codecs/msvideo1.h')
-rw-r--r--image/codecs/msvideo1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/codecs/msvideo1.h b/image/codecs/msvideo1.h
index 2a6dcd0a9a..a28cc4d10a 100644
--- a/image/codecs/msvideo1.h
+++ b/image/codecs/msvideo1.h
@@ -46,7 +46,7 @@ private:
Graphics::Surface *_surface;
void decode8(Common::SeekableReadStream &stream);
- //void decode16(Common::SeekableReadStream &stream);
+ void decode16(Common::SeekableReadStream &stream);
};
} // End of namespace Image