0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

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

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