vp9-SVC: Fix to choose_partition when LAST ref is NULL.
authorMarco Paniconi <marpan@google.com>
Mon, 12 Mar 2018 05:09:14 +0000 (22:09 -0700)
committerMarco Paniconi <marpan@google.com>
Mon, 12 Mar 2018 16:13:25 +0000 (09:13 -0700)
commit3223a3f892c9372f861b7e5f7973df6fefad0885
tree2e30f50c8f930978acf0a2b78150735a0f48fb7e
parentc12398fe812e75173ff5df43bb283a7d80d88b75
vp9-SVC: Fix to choose_partition when LAST ref is NULL.

This causes assert to trigger in choose_partitioning().
This can happen in some cases when enhancement layers
are enabled midway during the stream.

Change-Id: I69c3c8b4b1e3f1c7d8d7294d633ca5ddca148e8b
vp9/encoder/vp9_encodeframe.c