VP8: disallow thread count changes
authorJames Zern <jzern@google.com>
Tue, 26 Sep 2023 01:55:59 +0000 (18:55 -0700)
committerJames Zern <jzern@google.com>
Tue, 26 Sep 2023 02:33:07 +0000 (19:33 -0700)
commit3fbd1dca6a4d2dad332a2110d646e4ffef36d590
treef756eae1ba5efc754f8afc592c6b98c8b32a5448
parentaf6dedd715f4307669366944cca6e0417b290282
VP8: disallow thread count changes

Currently allocations are done at encoder creation time. Going from
threaded to non-threaded would cause a crash.

Bug: chromium:1486441
Change-Id: Ie301c2a70847dff2f0daae408fbef1e4d42e73d4
test/encode_api_test.cc
vp8/encoder/onyx_if.c