aboutsummaryrefslogtreecommitdiff
path: root/video/video_decoder.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-10-02 20:22:53 -0400
committerPaul Gilbert2016-10-02 20:22:53 -0400
commitc676ecb258d9fca8a997055c5628e1cc786103de (patch)
treeef7a71fc9142bf1cb92a5f96c6f0de9e308cb95a /video/video_decoder.h
parent78a3ac6c5daf1b091813c6cebce4b1d7894cee86 (diff)
downloadscummvm-rg350-c676ecb258d9fca8a997055c5628e1cc786103de.tar.gz
scummvm-rg350-c676ecb258d9fca8a997055c5628e1cc786103de.tar.bz2
scummvm-rg350-c676ecb258d9fca8a997055c5628e1cc786103de.zip
VIDEO: Implement seeking for AVI videos with a transparency video track
Diffstat (limited to 'video/video_decoder.h')
-rw-r--r--video/video_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h
index eca15e7265..a415a70724 100644
--- a/video/video_decoder.h
+++ b/video/video_decoder.h
@@ -184,7 +184,7 @@ public:
* This only works when one video track is present, and that track
* supports getFrameTime(). This calls seek() internally.
*/
- bool seekToFrame(uint frame);
+ virtual bool seekToFrame(uint frame);
/**
* Pause or resume the video. This should stop/resume any audio playback