diff options
author | Matthew Hoops | 2011-07-02 21:11:21 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-07-02 21:11:21 -0400 |
commit | f0cc1eb58b55f5ad9b14d5d5e0182d4b6eba7412 (patch) | |
tree | 7f55e26414b60c680909508c45d8405a1ca4a056 /video/bink_decoder.h | |
parent | c270d5be12f71c9ae51db6182f5d413e21375d83 (diff) | |
download | scummvm-rg350-f0cc1eb58b55f5ad9b14d5d5e0182d4b6eba7412.tar.gz scummvm-rg350-f0cc1eb58b55f5ad9b14d5d5e0182d4b6eba7412.tar.bz2 scummvm-rg350-f0cc1eb58b55f5ad9b14d5d5e0182d4b6eba7412.zip |
VIDEO: Add more to the BinkDecoder class comment
Diffstat (limited to 'video/bink_decoder.h')
-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(); |