]> granicus.if.org Git - libvpx/commit
vp9-rtc: Fix to resetting drop_spatial_layer
authorMarco Paniconi <marpan@google.com>
Thu, 18 Jun 2020 18:24:28 +0000 (11:24 -0700)
committerMarco Paniconi <marpan@google.com>
Thu, 18 Jun 2020 18:26:46 +0000 (11:26 -0700)
commit769129fb29fc66720be2b01276a472c334757d2d
tree5ab47449462fcf103a1b5f4806275782c79dcc73
parente9c6cb64744f6df31ba52501d4759b50ba832df2
vp9-rtc: Fix to resetting drop_spatial_layer

The reset happens on the base spatial layer, before
encoding. But it should be reset on the
first_spatial_layer_to_encode, which may not be 0.

Change-Id: I38ef686b4459ca7433062adbfe32ef2134e1ad60
vp9/encoder/vp9_svc_layercontext.c