aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/seq_decoder.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-10-17 10:42:00 +0000
committerFilippos Karapetis2009-10-17 10:42:00 +0000
commitcc31846eb51cb42575f351f30c305d365fd3f812 (patch)
tree16a2a184101c19dbdcd133c6209add49e7f1b59c /engines/sci/seq_decoder.h
parenta6445d602d4109e45ee5fcd8c53ce114d710fc74 (diff)
downloadscummvm-rg350-cc31846eb51cb42575f351f30c305d365fd3f812.tar.gz
scummvm-rg350-cc31846eb51cb42575f351f30c305d365fd3f812.tar.bz2
scummvm-rg350-cc31846eb51cb42575f351f30c305d365fd3f812.zip
Added a new console command, "play_video", which can play a SEQ or AVI file
svn-id: r45178
Diffstat (limited to 'engines/sci/seq_decoder.h')
-rw-r--r--engines/sci/seq_decoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/seq_decoder.h b/engines/sci/seq_decoder.h
index a734b52fb2..30695ca0ff 100644
--- a/engines/sci/seq_decoder.h
+++ b/engines/sci/seq_decoder.h
@@ -31,7 +31,7 @@
namespace Graphics {
/**
- * Implementation of the KQ6 DOS floppy/CD SEQ decoder
+ * Implementation of the Sierra SEQ decoder, used in KQ6 DOS floppy/CD and GK1 DOS
*/
class SeqDecoder : public VideoDecoder {
public:
@@ -47,7 +47,7 @@ public:
/**
* Load a SEQ encoded video file
* @param filename the filename to load
- * @param frameDelay the delay between frames, in ms
+ * @param frameDelay the delay between frames, in ticks
*/
bool loadFile(const char *fileName, int frameDelay);