spatial svc: remove vpx_svc_get_message
authorJohann <johannkoenig@google.com>
Wed, 14 Mar 2018 00:37:28 +0000 (17:37 -0700)
committerJohann <johannkoenig@google.com>
Wed, 14 Mar 2018 00:58:24 +0000 (17:58 -0700)
commitb0d57f682dfa9a6db2e458daab1722ebf5bcec02
treee822253e195a9be85c1b8f6acc58ca78ca60752d
parent6f9163db9518fb7af6d35960c6f365c92a749807
spatial svc: remove vpx_svc_get_message

Print error messages as they are encountered. This was the default
behavior.

Removes a static analysis warning regarding the use of strncat:
Null pointer argument in call to string length function

As this is the only use of strncat in the library, remove it and the
associated public function.

Change-Id: Id55305c5a4d65f11da88c3a2203ff824200f526f
examples/vp9_spatial_svc_encoder.c
vpx/exports_spatial_svc
vpx/src/svc_encodeframe.c
vpx/svc_context.h