ref: aeac8435b3162e7340bb9bf2638aab0e178e51b6
parent: 57c50539dc02259cfbe4a78906e28d4a9a5d2d4b
parent: dc221e761b6090a0ba0b523e5a1fb1771686196f
author: James Zern <[email protected]>
date: Tue Mar 8 15:10:40 EST 2016
Merge "vp9_svc_layercontext(): fix proto mismatch"
--- 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;