]> granicus.if.org Git - libvpx/commit
Fix a bug related to use_external_quantize_index
authorangiebird <angiebird@google.com>
Tue, 19 Nov 2019 21:58:36 +0000 (13:58 -0800)
committerangiebird <angiebird@google.com>
Wed, 20 Nov 2019 18:41:16 +0000 (10:41 -0800)
commit93e2e701a9fd2b979ff9f3811146858a3d9f81b0
treeb5a1cb1d5f418af3a6f3ac9aa102423f7e083eec
parentfb4f013f27e3c5304a12f9cc2a863e093ceb3cc2
Fix a bug related to use_external_quantize_index

Move the break point in encode_with_recode_loop after
save_coding_context() so that restore_coding_context
can work properly.

Change-Id: I58f46928c8cae0ae542fd8343076670fb35681bf
vp9/encoder/vp9_encoder.c