fix: Only do spatial SVC when there are > 1 layers
authorTim Kopp <tkopp@google.com>
Thu, 26 Jun 2014 22:28:08 +0000 (15:28 -0700)
committerTim Kopp <tkopp@google.com>
Fri, 27 Jun 2014 15:56:09 +0000 (08:56 -0700)
commit0299a603345be4922329387074274f08444e3731
tree3ebe1ed12e2317083441585a462026b941e9f36d
parent52462bf7a8abd1af60105ef6e3e7e5886766985d
fix: Only do spatial SVC when there are > 1 layers

Bug introduced in I930dced169c9d53f8044d2754a04332138347409. If
svc.number_temporal_layers == 1 and svc.number_spatial_layers == 1, the system
attempt to do spatial SVC. It no longer does that.

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