]> granicus.if.org Git - libvpx/commit
Fix to VP8 external RC for buffer levels
authorMarco Paniconi <marpan@google.com>
Tue, 18 Oct 2022 05:36:25 +0000 (22:36 -0700)
committerMarco Paniconi <marpan@google.com>
Tue, 18 Oct 2022 07:12:20 +0000 (00:12 -0700)
commit5245f6e9cb7e6bb68ab45fe4d8b00bc9b16857e1
treef2da9ce87551032ef1b85c55b06c0dba515c06b4
parent79b718abdbbdb6d53f68316cef289c657c9fb02e
Fix to VP8 external RC for buffer levels

On a dynamic change of temporal layers:
starting/maimum/optimal were being set twice,
causing incorrect large values.

Bug: b/253927937
Change-Id: I204e885cff92530336a9ed9a4363c486c5bf80ae
vp8/vp8_ratectrl_rtc.cc