shithub: libvpx

Download patch

ref: 87679994936b0755312f5ef4bae30afb2da22371
parent: ace407309010be3dba123f02fae67417a8d0b511
parent: c93d30a47f58f290cf0247e7c5b79337bbab1346
author: Johann Koenig <johannkoenig@google.com>
date: Wed Jun 15 14:26:55 EDT 2016

Merge "Match prev_ to number_of_layers"

--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -1523,7 +1523,8 @@
 void vp8_change_config(VP8_COMP *cpi, VP8_CONFIG *oxcf)
 {
     VP8_COMMON *cm = &cpi->common;
-    int last_w, last_h, prev_number_of_layers;
+    int last_w, last_h;
+    unsigned int prev_number_of_layers;
 
     if (!cpi)
         return;