gcc 4.5 build fix
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40624 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -539,7 +539,7 @@ BMediaTrack::ReadChunk(char** _buffer, int32* _size, media_header* _header)
|
|||||||
// of the last chunk. Asking the extractor for the current time will
|
// of the last chunk. Asking the extractor for the current time will
|
||||||
// not work so well because of the chunk cache. But providing a
|
// not work so well because of the chunk cache. But providing a
|
||||||
// "duration" field in the media_header could be useful.
|
// "duration" field in the media_header could be useful.
|
||||||
fCurrentTime = fCurrentTime = _header->start_time;
|
fCurrentTime = _header->start_time;
|
||||||
fCurrentFrame = (int64)(fCurrentTime * _FrameRate() / 1000000LL);
|
fCurrentFrame = (int64)(fCurrentTime * _FrameRate() / 1000000LL);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user