mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +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;
|
||||
}
|
||||
} catch (error_c error) {
|
||||
mxerror(_("The demultiplexer failed to initialize:\n%s\n)"),
|
||||
error.get_error());
|
||||
mxerror(_("The demultiplexer for the file '%s' failed to initialize:"
|
||||
"\n%s\n"),
|
||||
file->ti->fname.c_str(), error.get_error());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user