aboutsummaryrefslogtreecommitdiff
path: root/vpx_scale/yv12config.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-04-01 11:00:26 -0700
committerAndreas Huber <andih@google.com>2011-04-01 11:58:26 -0700
commit79f15823c34ae1e423108295e416213200bb280f (patch)
tree15fa170d24e1b6cd074bfc3fe4554a85eb328422 /vpx_scale/yv12config.h
parent9a61bcc59a71a4a623711ef7fb43570abc73f575 (diff)
downloadlibvpx-79f15823c34ae1e423108295e416213200bb280f.tar.gz
Upgrade to the latest version of libvpx pulled from the webm project's git server.
latest commit pulled from git://review.webmproject.org/libvpx.git: 82315be75d54d00ad5f2ea51f844f27f2d921dc0 Also enabled more optimizations in the neon build. Change-Id: I744765d798471c30c2faf32af27161f772129516
Diffstat (limited to 'vpx_scale/yv12config.h')
-rw-r--r--vpx_scale/yv12config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vpx_scale/yv12config.h b/vpx_scale/yv12config.h
index 5dcee818a..e10db3468 100644
--- a/vpx_scale/yv12config.h
+++ b/vpx_scale/yv12config.h
@@ -57,11 +57,12 @@ extern "C"
int border;
int frame_size;
YUV_TYPE clrtype;
+
+ int corrupted;
} YV12_BUFFER_CONFIG;
int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border);
int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf);
- int vp8_yv12_black_frame_buffer(YV12_BUFFER_CONFIG *ybf);
#ifdef __cplusplus
}