ref: dc221e761b6090a0ba0b523e5a1fb1771686196f
parent: b9cb955cf07e834a126613a31c3b90f6e07dc39a
author: James Zern <jzern@google.com>
date: Tue Mar 8 05:37:27 EST 2016
vp9_svc_layercontext(): fix proto mismatch Change-Id: I8a76d150a61662fc2e3158a49ce4e642f917029a
--- a/vp9/encoder/vp9_svc_layercontext.c
+++ b/vp9/encoder/vp9_svc_layercontext.c
@@ -818,7 +818,7 @@
}
// Reset on key frame: reset counters, references and buffer updates.
-void vp9_svc_reset_key_frame(VP9_COMP *cpi) {
+void vp9_svc_reset_key_frame(VP9_COMP *const cpi) {
int sl, tl;
SVC *const svc = &cpi->svc;
LAYER_CONTEXT *lc = NULL;
--
⑨