mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Slightly improved error message if a demultiplexer does not initialize properly.
This commit is contained in:
parent
4263140f14
commit
b887cde4a2
@ -1221,8 +1221,9 @@ create_readers() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} catch (error_c error) {
|
} catch (error_c error) {
|
||||||
mxerror(_("The demultiplexer failed to initialize:\n%s\n)"),
|
mxerror(_("The demultiplexer for the file '%s' failed to initialize:"
|
||||||
error.get_error());
|
"\n%s\n"),
|
||||||
|
file->ti->fname.c_str(), error.get_error());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user