diff --git a/video/out/vo_mediacodec_embed.c b/video/out/vo_mediacodec_embed.c index bf12c49ceb..08d3866d57 100644 --- a/video/out/vo_mediacodec_embed.c +++ b/video/out/vo_mediacodec_embed.c @@ -57,7 +57,7 @@ static int preinit(struct vo *vo) }; if (!p->hwctx.av_device_ref) { - MP_VERBOSE(hw, "Failed to create hwdevice_ctx\n"); + MP_VERBOSE(vo, "Failed to create hwdevice_ctx\n"); return -1; }