Dump EBML elements if requested

This commit is contained in:
Moritz Bunkus 2012-03-29 12:17:01 +02:00
parent a6dc1f7fc5
commit a44a29bb8c

View File

@ -360,6 +360,9 @@ ebml_converter_c::to_ebml(std::string const &file_name,
ebml_root->Remove(0);
if (debugging_requested("ebml_converter"))
dump_ebml_elements(master, true, 0);
return ebml_master_cptr{master};
}