mmg's header editor: don't let libEBML check mandatory elements

Fixes #792.
This commit is contained in:
Moritz Bunkus 2012-10-23 14:49:28 +02:00
parent 20246b419a
commit f2aee381ce
2 changed files with 2 additions and 2 deletions

View File

@ -48,5 +48,5 @@ he_top_level_page_c::do_modifications() {
if (is_id(m_l1_element, KaxInfo))
fix_mandatory_segmentinfo_elements(m_l1_element.get());
m_l1_element->UpdateSize(true);
m_l1_element->UpdateSize(true, true);
}

View File

@ -72,7 +72,7 @@ he_track_type_page_c::do_modifications() {
return;
fix_mandatory_segment_tracks_elements(m_l1_element.get());
m_l1_element->UpdateSize(true);
m_l1_element->UpdateSize(true, true);
}
void