vp9_svc_layercontext: Clean up function definition mismatch.
authorTom Finegan <tomfinegan@google.com>
Thu, 8 May 2014 01:12:13 +0000 (18:12 -0700)
committerTom Finegan <tomfinegan@google.com>
Thu, 8 May 2014 01:32:27 +0000 (18:32 -0700)
commit86a89d740ed7aaf1354b8a6c71638e2ea2b102c0
treeb9c6cb66a272f3c82fc8846913eb0e509e1bb16d
parent7af0e984b8b83344e013bb24df18322823197eb2
vp9_svc_layercontext: Clean up function definition mismatch.

vp9_is_upper_layer_key_frame() definition does not match declaration--
it was missing the second const.

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