shithub: libvpx

Download patch

ref: 27f4b14c65397627326fb1b7cc9ea127640d3d57
parent: 6025ec790161129810fd722737947ee026aaa7e0
author: Jim Bankoski <jimbankoski@google.com>
date: Thu Feb 13 09:08:38 EST 2014

vp9_onyx_int.h resolve visual studio warning errors

Change-Id: Iec8a51bdea6d6c916051d3bc5bbc6d00754d0cc8

--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -445,7 +445,7 @@
   YV12_BUFFER_CONFIG *un_scaled_source;
   YV12_BUFFER_CONFIG scaled_source;
 
-  unsigned int key_frame_frequency;
+  int key_frame_frequency;
 
   int gold_is_last;  // gold same as last frame ( short circuit gold searches)
   int alt_is_last;  // Alt same as last ( short circuit altref search)
--