mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
options: some more mp_msg conversions
This commit is contained in:
@@ -327,7 +327,7 @@ static int mpv_main(int argc, char *argv[])
|
||||
exit_player(mpctx, EXIT_ERROR);
|
||||
|
||||
int r = m_config_parse_mp_command_line(mpctx->mconfig, mpctx->playlist,
|
||||
argc, argv);
|
||||
mpctx->global, argc, argv);
|
||||
if (r < 0) {
|
||||
if (r <= M_OPT_EXIT) {
|
||||
exit_player(mpctx, EXIT_NONE);
|
||||
|
||||
Reference in New Issue
Block a user