]> granicus.if.org Git - libmatroska/commit
allow reading the stored/raw timestamp value of a Block block-timestamp
authorSteve Lhomme <robux4@ycbcr.xyz>
Wed, 11 Nov 2020 13:46:04 +0000 (14:46 +0100)
committerSteve Lhomme <robux4@ycbcr.xyz>
Wed, 11 Nov 2020 13:51:21 +0000 (14:51 +0100)
commit5f048719ed90394cc129d6a6a1b30e5e08d14309
tree9eefbdec08331b20d710c880cd61a2f1df428cb3
parent684560a3ce962a7abe89be93cc8ffa483f7f853f
allow reading the stored/raw timestamp value of a Block

Given the API to get the GlobalTimecode of a Block doesn't handle the floating
point value of the TrackTimestampScale (attaching a parent track is not common
and even though the value is not directly available unlike a fractional
timestampscale), it allows external code to compute the proper timestamp
when TrackTimestampScale is not 1.0.
matroska/KaxBlock.h