From 5ae7ac49f08a179e4f054d99fcfc9dce78d26e58 Mon Sep 17 00:00:00 2001 From: hkuang Date: Thu, 7 Nov 2013 15:50:31 -0800 Subject: Roll latest libvpx into Android. The lastest libvpx just added multithread tile decoding support. Checkout is from master: abdefeaa89a0908327518e5ca75c935c66b2e1aa Bug:11576718 Change-Id: Icbe5430633e179b8dc6d419e280ad7ebd3cad4a0 --- libvpx/vp9/encoder/vp9_lookahead.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvpx/vp9/encoder/vp9_lookahead.c') diff --git a/libvpx/vp9/encoder/vp9_lookahead.c b/libvpx/vp9/encoder/vp9_lookahead.c index 81445a9..c28c868 100644 --- a/libvpx/vp9/encoder/vp9_lookahead.c +++ b/libvpx/vp9/encoder/vp9_lookahead.c @@ -10,7 +10,7 @@ #include #include -#include "vpx_config.h" +#include "./vpx_config.h" #include "vp9/common/vp9_common.h" #include "vp9/encoder/vp9_lookahead.h" #include "vp9/common/vp9_extend.h" @@ -77,7 +77,7 @@ struct lookahead_ctx * vp9_lookahead_init(unsigned int width, goto bail; } return ctx; -bail: + bail: vp9_lookahead_destroy(ctx); return NULL; } -- cgit v1.2.3