Commit 6efb0ab9 authored by Marco Paniconi's avatar Marco Paniconi
Browse files

Fix to overflow in asan test (for vp8 encoder).

Change-Id: Ie67339ab3a16ce7669b5366a743812df93c52711
Showing with 1 addition and 0 deletions
......@@ -149,6 +149,7 @@ vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx,
cfg++;
dsf++;
}
ctx--;
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment