From 5d6fb5267d9ddc85e6084665ab6b20a06d214bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Tue, 20 Feb 2018 01:59:20 +0200 Subject: =?UTF-8?q?vo=5Fmediacodec=5Fembed:=20fix=20forgotten=20VO=5FCAP?= =?UTF-8?q?=5FNOREDRAW=E2=86=92VO=5FCAP=5FNORETAIN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes compilation of this module. --- video/out/vo_mediacodec_embed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video') diff --git a/video/out/vo_mediacodec_embed.c b/video/out/vo_mediacodec_embed.c index 63975e9408..dc2974918b 100644 --- a/video/out/vo_mediacodec_embed.c +++ b/video/out/vo_mediacodec_embed.c @@ -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, -- cgit v1.2.3