diff options
-rw-r--r-- | video/bink_decoder.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/video/bink_decoder.h b/video/bink_decoder.h index e15cabb426..8cb447749d 100644 --- a/video/bink_decoder.h +++ b/video/bink_decoder.h @@ -45,7 +45,12 @@ namespace Common { namespace Video { -/** A decoder for RAD Game Tools' Bink videos. */ +/** + * Decoder for Bink videos. + * + * Video decoder used in engines: + * - scumm (he) + */ class BinkDecoder : public FixedRateVideoDecoder { public: BinkDecoder(); |