aboutsummaryrefslogtreecommitdiff
path: root/image/codecs
diff options
context:
space:
mode:
authorMatthew Hoops2015-06-04 20:12:18 -0400
committerMatthew Hoops2015-06-04 20:26:29 -0400
commitebc5a75ca3936dce64c33f8ee0a22cc6e9dfce50 (patch)
tree9c6bf321aeb309865121fb657048a4d8a408e119 /image/codecs
parentf2d3d5f160aaaf9694747968453e090aeee8faa6 (diff)
downloadscummvm-rg350-ebc5a75ca3936dce64c33f8ee0a22cc6e9dfce50.tar.gz
scummvm-rg350-ebc5a75ca3936dce64c33f8ee0a22cc6e9dfce50.tar.bz2
scummvm-rg350-ebc5a75ca3936dce64c33f8ee0a22cc6e9dfce50.zip
IMAGE: Mark Cinepak as being used by Sherlock
Diffstat (limited to 'image/codecs')
-rw-r--r--image/codecs/cinepak.h3
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: