aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2012-05-12 21:16:03 -0400
committerMatthew Hoops2012-05-12 21:16:03 -0400
commit0f6059580e9e4eedbc66460da0e8ef4c56c830dc (patch)
treeb26e091f2b56d9138fd1b4f0c178457ba98539ff
parentc424c22f19a050b1a2ee421e80172f7dda571dac (diff)
downloadscummvm-rg350-0f6059580e9e4eedbc66460da0e8ef4c56c830dc.tar.gz
scummvm-rg350-0f6059580e9e4eedbc66460da0e8ef4c56c830dc.tar.bz2
scummvm-rg350-0f6059580e9e4eedbc66460da0e8ef4c56c830dc.zip
VIDEO: Update seekToTime() comments to require subframe accuracy now
-rw-r--r--video/video_decoder.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h
index 52ced4777c..91c1ae2f11 100644
--- a/video/video_decoder.h
+++ b/video/video_decoder.h
@@ -247,11 +247,6 @@ class SeekableVideoDecoder : public virtual RewindableVideoDecoder {
public:
/**
* Seek to the specified time.
- *
- * This will round to the previous frame showing. If the time would happen to
- * land while a frame is showing, this function will seek to the beginning of that
- * frame. In other words, there is *no* subframe accuracy. This may change in a
- * later revision of the API.
*/
virtual void seekToTime(Audio::Timestamp time) = 0;