hwdec: fix undeclared identifier in mediacodec_embed

mediacodec_embed is a `vo` and not a `hwdec`.
This commit is contained in:
syphyr 2023-06-28 01:22:37 +02:00 committed by Philip Langdale
parent c3781b2d68
commit f8cb539e6f
1 changed files with 1 additions and 1 deletions

View File

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