]> granicus.if.org Git - libvpx/commit
svc: Fix an existing unittest for flexible mode
authorMarco Paniconi <marpan@google.com>
Thu, 4 Feb 2021 06:09:24 +0000 (22:09 -0800)
committerMarco Paniconi <marpan@google.com>
Thu, 4 Feb 2021 06:12:25 +0000 (22:12 -0800)
commit0d8354669ac525a27c78bc8c761e98e0f8c3905c
treee4935d44cde2d5ba17fcb1592cfb8b12b0a40d49
parent5a4cfa95630ee3ebb5d74cd6c21336492e8707a4
svc: Fix an existing unittest for flexible mode

The flag update_pattern_ was being set to 0
(because it was set before reset) instead of 1.
And the example flexible mode pattern was not setting
non-reference frame on top temporal top spatial.

Change-Id: I8aee56ce13cc4e0d614126592f9d0f691fe527b0
test/svc_datarate_test.cc
vp9/encoder/vp9_svc_layercontext.c