mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Bug 1878510 - When recreating WebM demuxer when encountering a new segment, propagate media time
This commit is contained in:
parent
7fe8b63b5c
commit
60c31a5473
4 changed files with 51 additions and 5 deletions
|
|
@ -492,6 +492,8 @@ private:
|
|||
media::TimeIntervals mAudioBufferedRanges;
|
||||
// MediaInfo of the first init segment read.
|
||||
MediaInfo mInfo;
|
||||
|
||||
Maybe<int64_t> mFrameEndTimeBeforeRecreateDemuxer;
|
||||
};
|
||||
|
||||
} // namespace mozilla
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue