mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #1536 - Part 2: Parse content to decide whether it's a media segment.
This commit is contained in:
parent
d71453cef3
commit
c604c8363d
3 changed files with 27 additions and 23 deletions
|
|
@ -275,6 +275,12 @@ WebMBufferedParser::EndSegmentOffset(int64_t aOffset)
|
|||
return mBlockEndOffset;
|
||||
}
|
||||
|
||||
int64_t
|
||||
WebMBufferedParser::GetClusterOffset() const
|
||||
{
|
||||
return mClusterOffset;
|
||||
}
|
||||
|
||||
// SyncOffsetComparator and TimeComparator are slightly confusing, in that
|
||||
// the nsTArray they're used with (mTimeMapping) is sorted by mEndOffset and
|
||||
// these comparators are used on the other fields of WebMTimeDataOffset.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue