From 5e0c4ec3e8f17064bf6837d33e3583afbd9214e2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 19 Dec 2013 21:28:55 +0100 Subject: player: replace some overlooked mp_msgs There are still some using IDENTIFY, and some without context in configfiles.c. --- player/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'player/main.c') diff --git a/player/main.c b/player/main.c index 037ea12d4d..217d01c00f 100644 --- a/player/main.c +++ b/player/main.c @@ -210,7 +210,7 @@ static bool handle_help_options(struct MPContext *mpctx) #if HAVE_X11 if (opts->vo.fstype_list && strcmp(opts->vo.fstype_list[0], "help") == 0) { fstype_help(); - mp_msg(MSGT_FIXME, MSGL_FIXME, "\n"); + MP_INFO(mpctx, "\n"); opt_exit = 1; } #endif @@ -379,7 +379,7 @@ static int mpv_main(int argc, char *argv[]) if (opts->encode_output.file && *opts->encode_output.file) { mpctx->encode_lavc_ctx = encode_lavc_init(&opts->encode_output); if(!mpctx->encode_lavc_ctx) { - mp_msg(MSGT_VO, MSGL_INFO, "Encoding initialization failed."); + MP_INFO(mpctx, "Encoding initialization failed."); exit_player(mpctx, EXIT_ERROR); } m_config_set_option0(mpctx->mconfig, "vo", "lavc"); -- cgit v1.2.3