mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 22:05:03 +00:00
Debug level of certain messages decresed
This commit is contained in:
parent
74a208e5bf
commit
cb6f5a0c54
@ -1013,12 +1013,12 @@ generic_packetizer_c::apply_factory_full_queueing(packet_cptr_di &p_start) {
|
|||||||
void
|
void
|
||||||
generic_packetizer_c::force_duration_on_last_packet() {
|
generic_packetizer_c::force_duration_on_last_packet() {
|
||||||
if (m_packet_queue.empty()) {
|
if (m_packet_queue.empty()) {
|
||||||
mxverb_tid(2, m_ti.m_fname, m_ti.m_id, "force_duration_on_last_packet: packet queue is empty\n");
|
mxverb_tid(3, m_ti.m_fname, m_ti.m_id, "force_duration_on_last_packet: packet queue is empty\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
packet_cptr &packet = m_packet_queue.back();
|
packet_cptr &packet = m_packet_queue.back();
|
||||||
packet->duration_mandatory = true;
|
packet->duration_mandatory = true;
|
||||||
mxverb_tid(2, m_ti.m_fname, m_ti.m_id,
|
mxverb_tid(3, m_ti.m_fname, m_ti.m_id,
|
||||||
boost::format("force_duration_on_last_packet: forcing at %1% with %|2$.3f|ms\n") % format_timecode(packet->timecode) % (packet->duration / 1000.0));
|
boost::format("force_duration_on_last_packet: forcing at %1% with %|2$.3f|ms\n") % format_timecode(packet->timecode) % (packet->duration / 1000.0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user