vd_lavc: change message about using hardware decoding

This was requested. Apparently some find the old mesage confusing.
This commit is contained in:
wm4 2015-03-17 22:33:31 +01:00
parent 775a02aab5
commit 37cb9a965a
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}