]> granicus.if.org Git - libvpx/commit
vp9-svc: Fix to forced key frame for spatial layers
authorMarco Paniconi <marpan@google.com>
Fri, 20 Sep 2019 15:45:04 +0000 (08:45 -0700)
committerMarco Paniconi <marpan@google.com>
Fri, 20 Sep 2019 15:56:47 +0000 (08:56 -0700)
commitb8d86733e9d9c58e17028720751f96dad2df7a09
treeceb502a10fe3a0772792e1d9fd15ac2aaa4fac32
parent616f02c1700e54d584e93b9071e56ef9ecc5b05a
vp9-svc: Fix to forced key frame for spatial layers

Condition to disallow key frames on spatial
enhancement layers should be based on the
first_spatial_layer_to_encode, which need not be
layer 0.

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