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

Change-Id: Ie67339ab3a16ce7669b5366a743812df93c52711
This commit is contained in:
Marco Paniconi 2013-12-18 12:23:30 -08:00
parent 02d5ebcfdc
commit 6efb0ab9b2

View File

@ -149,6 +149,7 @@ vpx_codec_err_t vpx_codec_enc_init_multi_ver(vpx_codec_ctx_t *ctx,
cfg++;
dsf++;
}
ctx--;
}
}