vp9-svc: Remove the memset on the svc fb_idx.
authorMarco Paniconi <marpan@google.com>
Fri, 27 Apr 2018 22:35:31 +0000 (15:35 -0700)
committerMarco Paniconi <marpan@google.com>
Fri, 27 Apr 2018 22:47:44 +0000 (15:47 -0700)
commite4643a9904a41d4a882607427327c9f30ba50225
tree637d6a2c9ad2dd3fbbb69c23d7744e42d7082527
parentf444e5743d7e156fea9db796c40759f45d20e9dd
vp9-svc: Remove the memset on the svc fb_idx.

This fixes failures on the datarate tests for
temporal layers with frame dropping.

The memset was only added to better handle frame drops
with the GET_SVC_REF_FRAME_CONFIG control from 43c58df3.
So ok to remove it for now.

Change-Id: I256d9ac4278b93fe6f39b94cce2e458a1a5eff69
vp9/encoder/vp9_svc_layercontext.c