mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Dump EBML elements if requested
This commit is contained in:
parent
a6dc1f7fc5
commit
a44a29bb8c
@ -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};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user