mirror of https://github.com/mpv-player/mpv
hwdec: fix undeclared identifier in mediacodec_embed
mediacodec_embed is a `vo` and not a `hwdec`.
This commit is contained in:
parent
c3781b2d68
commit
f8cb539e6f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue