aboutsummaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-17 13:05:48 -0400
committerPaul Gilbert2016-07-17 13:10:07 -0400
commit789760295df25b209e312a1d48c0ca6be74c2c81 (patch)
tree364b30b6dea2bf1b266621234a1c538a67874845 /video
parent29c87fe375947a6683d81be7f4b24f7c04960fac (diff)
downloadscummvm-rg350-789760295df25b209e312a1d48c0ca6be74c2c81.tar.gz
scummvm-rg350-789760295df25b209e312a1d48c0ca6be74c2c81.tar.bz2
scummvm-rg350-789760295df25b209e312a1d48c0ca6be74c2c81.zip
VIDEO: Add titanic to list of engines using AVIDecoder
Diffstat (limited to 'video')
-rw-r--r--video/avi_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/avi_decoder.h b/video/avi_decoder.h
index 8b9fcbd9a3..a3733b579c 100644
--- a/video/avi_decoder.h
+++ b/video/avi_decoder.h
@@ -57,6 +57,7 @@ namespace Video {
* - sci
* - sword1
* - sword2
+ * - titanic
* - zvision
*/
class AVIDecoder : public VideoDecoder {