mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Bug 836927 - Bustage fix. r=bustage
This commit is contained in:
parent
5a9a12ac46
commit
bbf9501e40
@ -60,9 +60,9 @@ ChannelMediaResource::ChannelMediaResource(MediaDecoder* aDecoder,
|
||||
mSeekingForMetadata(false),
|
||||
mByteRangeDownloads(false),
|
||||
mByteRangeFirstOpen(true),
|
||||
mIsTransportSeekable(true),
|
||||
mSeekOffsetMonitor("media.dashseekmonitor"),
|
||||
mSeekOffset(-1),
|
||||
mIsTransportSeekable(true)
|
||||
mSeekOffset(-1)
|
||||
{
|
||||
#ifdef PR_LOGGING
|
||||
if (!gMediaResourceLog) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user