vo_mediacodec_embed: fix forgotten VO_CAP_NOREDRAW→VO_CAP_NORETAIN

Fixes compilation of this module.
This commit is contained in:
Jan Ekström 2018-02-20 01:59:20 +02:00
parent 13b90bcf91
commit 5d6fb5267d
1 changed files with 1 additions and 1 deletions

View File

@ -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,