Skip to content

Commit

Permalink
VIDEO: Update seekToTime() comments to require subframe accuracy now
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed May 13, 2012
1 parent c424c22 commit 0f60595
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions video/video_decoder.h
Expand Up @@ -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;

Expand Down

0 comments on commit 0f60595

Please sign in to comment.