mirror of
https://github.com/mpv-player/mpv
synced 2025-03-07 22:57:42 +00:00
vd_lavc: change message about using hardware decoding
This was requested. Apparently some find the old mesage confusing.
This commit is contained in:
parent
775a02aab5
commit
37cb9a965a
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user