]> granicus.if.org Git - libvpx/commit
Fix to VP8 external RC for dynamic update of layers
authorMarco Paniconi <marpan@google.com>
Wed, 12 Oct 2022 07:10:47 +0000 (00:10 -0700)
committerMarco Paniconi <marpan@google.com>
Fri, 14 Oct 2022 19:21:10 +0000 (12:21 -0700)
commit4007a057fcb60f57f7b60ecc888c4d4b9043b2db
treee0b791e2826e0ed8e3fceed816915896b495ce9d
parent5c9d20cf4492da573a4aa797c382cdfd6ce175bd
Fix to VP8 external RC for dynamic update of layers

On change/update of rc_cfg: when number of temporal
layers change call vp8_reset_temporal_layer_change(),
which in turn will call vp8_init_temporal_layer_context()
only for the new layers.

Bug:b/249644737

Change-Id: Ib20d746c7eacd10b78806ca6a5362c750d9ca0b3
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
vp8/vp8_ratectrl_rtc.cc