diff options
Diffstat (limited to 'media/base/seekable_buffer.h')
-rw-r--r-- | media/base/seekable_buffer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media/base/seekable_buffer.h b/media/base/seekable_buffer.h index 1a423e0..eff34e6 100644 --- a/media/base/seekable_buffer.h +++ b/media/base/seekable_buffer.h @@ -111,9 +111,9 @@ class SeekableBuffer { // value calculated based on the timestamp of the current buffer. If // timestamp for the current buffer is set to 0 or the data was added with // Append(const uint*, size_t), then returns value that corresponds to the - // last position in a buffer that had timestamp set. 0 is returned if no - // buffers we read from had timestamp set. - // TODO(sergeyu): Use StreamSample::kInvalidTimestamp here. + // last position in a buffer that had timestamp set. + // StreamSample::kInvalidTimestamp is returned if no buffers we read + // from had timestamp set. base::TimeDelta current_time() const { return current_time_; } private: |