Skip to content

Commit 3ba72a2

Browse files
committed
[errata] define CueTime as the sum of Cluster + Block timestamps
No CodecDelay, DiscardPadding or SeekPreRoll. Fixes #849 Once merged an errata should be sent to https://www.rfc-editor.org/errata.php#reportnew
1 parent ed5c5ee commit 3ba72a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cues.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ part of the `CuePoint` element, such as `CueDuration`,
1212
any `Matroska Reader` with additional information to use in the
1313
optimization of seeking performance.
1414

15+
The absolute timestamp stored in `CueTime` corresponds to the sum of the
16+
`Cluster` Timestamp and the `Block` Timestamp.
17+
The `CodecDelay`, `DiscardPadding` and `SeekPreRoll` are not taken in account.
18+
1519
## Recommendations
1620

1721
The following recommendations are provided to optimize Matroska performance.

0 commit comments

Comments
 (0)