vp9 svc: Fix a valgrind error.
authorJackyChen <jackychen@google.com>
Tue, 2 Aug 2016 22:45:44 +0000 (15:45 -0700)
committerJackyChen <jackychen@google.com>
Tue, 2 Aug 2016 23:16:22 +0000 (16:16 -0700)
commitf7032713af6271f7aab16165c437b6d89e4e8f52
tree903d43457e4520b29bdd4a6d9040ba1e299d392e
parent039f9e08f04bc7919c7db4fe4be93a7ac3cc1f84
vp9 svc: Fix a valgrind error.

This error was introduced by the patch:
8ce67d7 vp9 svc: Enable different speed setting for each spatial layer.
To use svc, svc_param should be cleared to 0 at the beginning.

Change-Id: I222f03ddae8a50e84b4690b78263abb742fae91e
examples/vpx_temporal_svc_encoder.c