commit | 6efb0ab9b2054c122209305cf5c4833061f5ac6e | [log] [tgz] |
---|---|---|
author | Marco Paniconi <marpan@google.com> | Wed Dec 18 12:23:30 2013 -0800 |
committer | Marco Paniconi <marpan@google.com> | Wed Dec 18 14:12:29 2013 -0800 |
tree | 600e5febbf93669a8eb6288cc9011f3ed11f549b | |
parent | 02d5ebcfdc400db32b4c4d874e3073e7604f034e [diff] |
Fix to overflow in asan test (for vp8 encoder). Change-Id: Ie67339ab3a16ce7669b5366a743812df93c52711
diff --git a/vpx/src/vpx_encoder.c b/vpx/src/vpx_encoder.c index e0a29cb..778ed2f 100644 --- a/vpx/src/vpx_encoder.c +++ b/vpx/src/vpx_encoder.c
@@ -149,6 +149,7 @@ cfg++; dsf++; } + ctx--; } }