diff options
author | D G Turner | 2012-12-26 02:39:54 +0000 |
---|---|---|
committer | D G Turner | 2012-12-26 02:41:31 +0000 |
commit | b65b196e565b0a22a6ba0fbbabfa3349f98cf051 (patch) | |
tree | 4d2454747e0c1fd7da20783d0477b5b0a4189de6 /video/flic_decoder.h | |
parent | 5fecf5bcb53e253980cb82b4dac7d2c2e0d86eab (diff) | |
download | scummvm-rg350-b65b196e565b0a22a6ba0fbbabfa3349f98cf051.tar.gz scummvm-rg350-b65b196e565b0a22a6ba0fbbabfa3349f98cf051.tar.bz2 scummvm-rg350-b65b196e565b0a22a6ba0fbbabfa3349f98cf051.zip |
VIDEO: Add support for missing copyFrame type in FLIC decoder.
Thanks to Tomaz^ for this patch.
Diffstat (limited to 'video/flic_decoder.h')
-rw-r--r-- | video/flic_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/flic_decoder.h b/video/flic_decoder.h index 9037af05d6..c20a092a32 100644 --- a/video/flic_decoder.h +++ b/video/flic_decoder.h @@ -97,6 +97,7 @@ private: Common::List<Common::Rect> _dirtyRects; + void copyFrame(uint8 *data); void decodeByteRun(uint8 *data); void decodeDeltaFLC(uint8 *data); void unpackPalette(uint8 *mem); |