From 85aabef6fe370766fa52ba92a7cf63c558bac772 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 7 Feb 2011 22:57:35 +0000 Subject: VIDEO: Replace Video::VideoTimestamp with Audio::Timestamp svn-id: r55814 --- video/qt_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video/qt_decoder.h') diff --git a/video/qt_decoder.h b/video/qt_decoder.h index cc6b6738c5..47da683f39 100644 --- a/video/qt_decoder.h +++ b/video/qt_decoder.h @@ -121,7 +121,7 @@ public: // SeekableVideoDecoder API void seekToFrame(uint32 frame); - void seekToTime(VideoTimestamp time); + void seekToTime(Audio::Timestamp time); private: // This is the file handle from which data is read from. It can be the actual file handle or a decompressed stream. @@ -239,7 +239,7 @@ private: int8 _audioStreamIndex; uint _curAudioChunk; Audio::SoundHandle _audHandle; - VideoTimestamp _audioStartOffset; + Audio::Timestamp _audioStartOffset; Codec *createCodec(uint32 codecTag, byte bitsPerPixel); Codec *findDefaultVideoCodec() const; -- cgit v1.2.3