mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1058549 - Implement SourceBufferDecoder::GetEndMediaTime - r=kinetik
This commit is contained in:
parent
507f086661
commit
4d44e30e6b
@ -66,8 +66,7 @@ SourceBufferDecoder::NotifyBytesConsumed(int64_t aBytes, int64_t aOffset)
|
||||
int64_t
|
||||
SourceBufferDecoder::GetEndMediaTime() const
|
||||
{
|
||||
MSE_DEBUG("SourceBufferDecoder(%p)::GetEndMediaTime UNIMPLEMENTED", this);
|
||||
return -1;
|
||||
return mMediaDuration;
|
||||
}
|
||||
|
||||
int64_t
|
||||
|
Loading…
Reference in New Issue
Block a user