diff options
author | Matthew Hoops | 2012-08-31 22:26:02 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-08-31 22:26:02 -0400 |
commit | 2f9b1b67b08f1b70cd95795aaf7816ca7f991649 (patch) | |
tree | aaa6c94743a938615444fa1fd0b2b61ac5a0ec08 /video/qt_decoder.h | |
parent | 1043283e535a3870b557ef428223a99e9e3b5be5 (diff) | |
download | scummvm-rg350-2f9b1b67b08f1b70cd95795aaf7816ca7f991649.tar.gz scummvm-rg350-2f9b1b67b08f1b70cd95795aaf7816ca7f991649.tar.bz2 scummvm-rg350-2f9b1b67b08f1b70cd95795aaf7816ca7f991649.zip |
ALL: Mark off some things as used by Pegasus
Diffstat (limited to 'video/qt_decoder.h')
-rw-r--r-- | video/qt_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/qt_decoder.h b/video/qt_decoder.h index 71d33711a6..45ab155c2c 100644 --- a/video/qt_decoder.h +++ b/video/qt_decoder.h @@ -53,6 +53,7 @@ class Codec; * * Video decoder used in engines: * - mohawk + * - pegasus * - sci */ class QuickTimeDecoder : public VideoDecoder, public Audio::QuickTimeAudioDecoder { |