aboutsummaryrefslogtreecommitdiff
path: root/video/codecs/svq1.h
diff options
context:
space:
mode:
authorD G Turner2012-04-04 08:32:17 +0100
committerD G Turner2012-04-08 03:29:14 +0100
commitb99565d701dd2dc9b355b0d43b4d8119c2b1085e (patch)
tree77de75b94d617fb9a6c714f287e40e414faa47be /video/codecs/svq1.h
parent9330a7c54db8782b399f747f882d641b85122513 (diff)
downloadscummvm-rg350-b99565d701dd2dc9b355b0d43b4d8119c2b1085e.tar.gz
scummvm-rg350-b99565d701dd2dc9b355b0d43b4d8119c2b1085e.tar.bz2
scummvm-rg350-b99565d701dd2dc9b355b0d43b4d8119c2b1085e.zip
VIDEO: Add remaining SVQ1 code derived from FFMPEG.
This still requires some work to make it usuable, mainly changing the Variable Length Code reader to work with Common::BitStream input.
Diffstat (limited to 'video/codecs/svq1.h')
-rw-r--r--video/codecs/svq1.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/codecs/svq1.h b/video/codecs/svq1.h
index f2b7ddf075..786a2bbd80 100644
--- a/video/codecs/svq1.h
+++ b/video/codecs/svq1.h
@@ -37,6 +37,9 @@ public:
private:
Graphics::Surface *_surface;
+
+ byte *_current[3];
+ byte *_last[3];
};
} // End of namespace Video