mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 13:41:49 +00:00
vo_mediacodec_embed: fix forgotten VO_CAP_NOREDRAW→VO_CAP_NORETAIN
Fixes compilation of this module.
This commit is contained in:
parent
13b90bcf91
commit
5d6fb5267d
@ -107,7 +107,7 @@ static void uninit(struct vo *vo)
|
||||
const struct vo_driver video_out_mediacodec_embed = {
|
||||
.description = "Android (Embedded MediaCodec Surface)",
|
||||
.name = "mediacodec_embed",
|
||||
.caps = VO_CAP_NOREDRAW,
|
||||
.caps = VO_CAP_NORETAIN,
|
||||
.preinit = preinit,
|
||||
.query_format = query_format,
|
||||
.control = control,
|
||||
|
Loading…
Reference in New Issue
Block a user