ref: 9f233fc5a1ef0e3db5659245a5b4bdff75e968c9
parent: 07c3abe21e2eab2e5e0c400376ddd3180f29edb4
parent: 17ea6ab67bd87bf0e0493ec604f72bab8ee9b239
author: Deb Mukherjee <[email protected]>
date: Wed Aug 13 05:55:39 EDT 2014
Merge "Initialization to prevent asan failure on google3"
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -538,7 +538,7 @@
struct VpxDecInputContext input = {NULL, NULL};
struct VpxInputContext vpx_input_ctx;
#if CONFIG_WEBM_IO
- struct WebmInputContext webm_ctx;
+ struct WebmInputContext webm_ctx = {0};
input.webm_ctx = &webm_ctx;
#endif
input.vpx_input_ctx = &vpx_input_ctx;