diff options
author | Matthew Hoops | 2015-06-04 20:12:18 -0400 |
---|---|---|
committer | Matthew Hoops | 2015-06-04 20:26:29 -0400 |
commit | ebc5a75ca3936dce64c33f8ee0a22cc6e9dfce50 (patch) | |
tree | 9c6bf321aeb309865121fb657048a4d8a408e119 | |
parent | f2d3d5f160aaaf9694747968453e090aeee8faa6 (diff) | |
download | scummvm-rg350-ebc5a75ca3936dce64c33f8ee0a22cc6e9dfce50.tar.gz scummvm-rg350-ebc5a75ca3936dce64c33f8ee0a22cc6e9dfce50.tar.bz2 scummvm-rg350-ebc5a75ca3936dce64c33f8ee0a22cc6e9dfce50.zip |
IMAGE: Mark Cinepak as being used by Sherlock
-rw-r--r-- | image/codecs/cinepak.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/image/codecs/cinepak.h b/image/codecs/cinepak.h index dc8172ea0f..3ca8f515d2 100644 --- a/image/codecs/cinepak.h +++ b/image/codecs/cinepak.h @@ -64,6 +64,9 @@ struct CinepakFrame { * Cinepak decoder. * * Used by BMP/AVI and PICT/QuickTime. + * + * Used in engines: + * - sherlock */ class CinepakDecoder : public Codec { public: |