summaryrefslogtreecommitdiffstats
path: root/video/decode/vd_lavc.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/vd_lavc.c')
-rw-r--r--video/decode/vd_lavc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c
index d53513ad55..10f9723db0 100644
--- a/video/decode/vd_lavc.c
+++ b/video/decode/vd_lavc.c
@@ -938,7 +938,7 @@ static bool receive_frame(struct dec_video *vd, struct mp_image **out_image)
MP_INFO(vd, "Using hardware decoding (%s).\n",
m_opt_choice_str(mp_hwdec_names, ctx->hwdec->type));
} else {
- MP_INFO(vd, "Using software decoding.\n");
+ MP_VERBOSE(vd, "Using software decoding.\n");
}
ctx->hwdec_notified = true;
}