mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
mkvinfo outputs the DebugName of unknown elements instead of the typeid.
This commit is contained in:
parent
0887977d0a
commit
dbe30db3b4
@ -179,7 +179,7 @@ void show_element(EbmlElement *l, int level, const char *fmt, ...) {
|
||||
|
||||
#define show_warning(l, f, args...) show_element(NULL, l, f, ## args)
|
||||
#define show_unknown_element(e, l) \
|
||||
show_element(e, l, "Unknown element: %s", typeid(*e).name())
|
||||
show_element(e, l, "Unknown element: %s", e->Generic().DebugName)
|
||||
|
||||
void parse_args(int argc, char **argv, char *&file_name, bool &use_gui) {
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user