From 37cb9a965aade4fc57fae833dd2da88d2c20c531 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Mar 2015 22:33:31 +0100 Subject: vd_lavc: change message about using hardware decoding This was requested. Apparently some find the old mesage confusing. --- video/decode/vd_lavc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/decode') diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c index 4bad7c51d9..eea8a5709b 100644 --- a/video/decode/vd_lavc.c +++ b/video/decode/vd_lavc.c @@ -302,7 +302,7 @@ static int init(struct dec_video *vd, const char *decoder) if (hwdec) { ctx->software_fallback_decoder = talloc_strdup(ctx, decoder); - MP_INFO(vd, "Trying to use hardware decoding.\n"); + MP_INFO(vd, "Using hardware decoding.\n"); } else if (vd->opts->hwdec_api != HWDEC_NONE) { MP_INFO(vd, "Using software decoding.\n"); } -- cgit v1.2.3