mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
VIDEO: Add more to the BinkDecoder class comment
This commit is contained in:
parent
c270d5be12
commit
f0cc1eb58b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user