mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-09 03:31:41 +00:00
Output CueRelativePosition if found
This commit is contained in:
parent
53e6667e45
commit
9a3796b08d
@ -1024,6 +1024,9 @@ handle_cues(EbmlStream *&es,
|
||||
else if (is_id(l4, KaxCueClusterPosition))
|
||||
show_element(l4, 4, boost::format(Y("Cue cluster position: %1%")) % static_cast<KaxCueClusterPosition *>(l4)->GetValue());
|
||||
|
||||
else if (is_id(l4, KaxCueRelativePosition))
|
||||
show_element(l4, 4, boost::format(Y("Cue relative position: %1%")) % static_cast<KaxCueRelativePosition *>(l4)->GetValue());
|
||||
|
||||
else if (is_id(l4, KaxCueDuration))
|
||||
show_element(l4, 4, boost::format(Y("Cue duration: %1%")) % format_timecode(static_cast<KaxCueDuration *>(l4)->GetValue() * s_tc_scale));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user