From f0cc1eb58b55f5ad9b14d5d5e0182d4b6eba7412 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sat, 2 Jul 2011 21:11:21 -0400 Subject: VIDEO: Add more to the BinkDecoder class comment --- video/bink_decoder.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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(); -- cgit v1.2.3