spatial svc: zero sizes
authorJohann <johannkoenig@google.com>
Wed, 14 Mar 2018 01:22:40 +0000 (18:22 -0700)
committerJohann <johannkoenig@google.com>
Wed, 14 Mar 2018 01:22:50 +0000 (18:22 -0700)
commitf0a39790630dc842d86ea1b49e948859757371ad
tree70870e6913ace955becd45f4349630963b71eea7
parentb0d57f682dfa9a6db2e458daab1722ebf5bcec02
spatial svc: zero sizes

This should be taken care of by parse_superframe_index but
the static analysis is not recognizing it because it depends
on 'marker' which is read from the bitstream.

Clears a static analysis warning:
The right operand of '*' is a garbage value
rc.layer_encoding_bitrate[layer] += 8.0 * sizes[sl];

Change-Id: I8ee48a98f907bc7b46869fd27a351f33e2e7de71
examples/vp9_spatial_svc_encoder.c