mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Reverting "Output KaxTimecodeScaleDenominator if present"
This reverts commit a0b994d529
.
This commit is contained in:
parent
212d9e7d48
commit
da41541dda
@ -479,10 +479,7 @@ handle_info(EbmlStream *&es,
|
|||||||
s_tc_scale = static_cast<KaxTimecodeScale *>(l2)->GetValue();
|
s_tc_scale = static_cast<KaxTimecodeScale *>(l2)->GetValue();
|
||||||
show_element(l2, 2, boost::format(Y("Timecode scale: %1%")) % s_tc_scale);
|
show_element(l2, 2, boost::format(Y("Timecode scale: %1%")) % s_tc_scale);
|
||||||
|
|
||||||
} else if (is_id(l2, KaxTimecodeScaleDenominator))
|
} else if (is_id(l2, KaxDuration)) {
|
||||||
show_element(l2, 2, boost::format(Y("Timecode scale denominator: %1%")) % static_cast<KaxTimecodeScaleDenominator *>(l2)->GetValue());
|
|
||||||
|
|
||||||
else if (is_id(l2, KaxDuration)) {
|
|
||||||
KaxDuration &duration = *static_cast<KaxDuration *>(l2);
|
KaxDuration &duration = *static_cast<KaxDuration *>(l2);
|
||||||
show_element(l2, 2,
|
show_element(l2, 2,
|
||||||
boost::format(Y("Duration: %|1$.3f|s (%2%)"))
|
boost::format(Y("Duration: %|1$.3f|s (%2%)"))
|
||||||
|
Loading…
Reference in New Issue
Block a user