shithub: libvpx

Download patch

ref: b391b62a7ed1cbe231421eccb2ab55187e2ff12a
parent: 0d27c747e97f3371f1118edc1807ed356c10bb72
parent: 86a89d740ed7aaf1354b8a6c71638e2ea2b102c0
author: Frank Galligan <fgalligan@google.com>
date: Thu May 8 04:48:54 EDT 2014

Merge "vp9_svc_layercontext: Clean up function definition mismatch."

--- a/vp9/encoder/vp9_svc_layercontext.c
+++ b/vp9/encoder/vp9_svc_layercontext.c
@@ -221,7 +221,7 @@
   ++lc->current_video_frame_in_layer;
 }
 
-int vp9_is_upper_layer_key_frame(const VP9_COMP *cpi) {
+int vp9_is_upper_layer_key_frame(const VP9_COMP *const cpi) {
   return cpi->use_svc &&
          cpi->svc.number_temporal_layers == 1 &&
          cpi->svc.spatial_layer_id > 0 &&