From ebc5a75ca3936dce64c33f8ee0a22cc6e9dfce50 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 4 Jun 2015 20:12:18 -0400 Subject: IMAGE: Mark Cinepak as being used by Sherlock --- image/codecs/cinepak.h | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit v1.2.3