diff options
author | Matthew Hoops | 2012-11-29 15:53:19 -0500 |
---|---|---|
committer | Matthew Hoops | 2013-06-20 19:56:39 -0400 |
commit | 1ff09c581b72c9bc6b71e7b6b6aa676f9af6cecf (patch) | |
tree | f5f7b7a38e750a691c99b6abefa46add246c8c92 | |
parent | 15a4d52ef7c55d2c004979244ea6e823ac33fe18 (diff) | |
download | scummvm-rg350-1ff09c581b72c9bc6b71e7b6b6aa676f9af6cecf.tar.gz scummvm-rg350-1ff09c581b72c9bc6b71e7b6b6aa676f9af6cecf.tar.bz2 scummvm-rg350-1ff09c581b72c9bc6b71e7b6b6aa676f9af6cecf.zip |
VIDEO: Mark AVIDecoder as being used by sword1/sword2
-rw-r--r-- | video/avi_decoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/video/avi_decoder.h b/video/avi_decoder.h index 1652614bd8..6082232464 100644 --- a/video/avi_decoder.h +++ b/video/avi_decoder.h @@ -52,6 +52,8 @@ class Codec; * * Video decoder used in engines: * - sci + * - sword1 + * - sword2 */ class AVIDecoder : public VideoDecoder { public: |