VIDEO: Add more to the BinkDecoder class comment

This commit is contained in:
Matthew Hoops 2011-07-02 21:11:21 -04:00
parent c270d5be12
commit f0cc1eb58b

View File

@ -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();