aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/movie.h
diff options
context:
space:
mode:
authorMatthew Hoops2012-09-07 13:22:08 -0400
committerMatthew Hoops2012-09-07 13:22:08 -0400
commitb8bcbb46b47b30c87a0267211ae4aae4c61c4c78 (patch)
treeee2e5f041325167d153c711c2b93de59e9d9fe26 /engines/pegasus/movie.h
parentf35e820e9f2f4c2f8b9c6d3b572d588fccf99f19 (diff)
downloadscummvm-rg350-b8bcbb46b47b30c87a0267211ae4aae4c61c4c78.tar.gz
scummvm-rg350-b8bcbb46b47b30c87a0267211ae4aae4c61c4c78.tar.bz2
scummvm-rg350-b8bcbb46b47b30c87a0267211ae4aae4c61c4c78.zip
PEGASUS: Make setting the start time of a movie also seek
Better mirrors QuickTime behavior
Diffstat (limited to 'engines/pegasus/movie.h')
-rw-r--r--engines/pegasus/movie.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pegasus/movie.h b/engines/pegasus/movie.h
index 9b9cc2bdbe..275deecca8 100644
--- a/engines/pegasus/movie.h
+++ b/engines/pegasus/movie.h
@@ -62,6 +62,8 @@ public:
virtual void moveMovieBoxTo(const CoordType, const CoordType);
+ virtual void setStart(const TimeValue, const TimeScale = 0);
+
virtual void setStop(const TimeValue, const TimeScale = 0);
virtual TimeValue getDuration(const TimeScale = 0) const;