From 27f4b14c65397627326fb1b7cc9ea127640d3d57 Mon Sep 17 00:00:00 2001 From: Jim Bankoski Date: Thu, 13 Feb 2014 14:08:38 -0800 Subject: [PATCH] vp9_onyx_int.h resolve visual studio warning errors Change-Id: Iec8a51bdea6d6c916051d3bc5bbc6d00754d0cc8 --- vp9/encoder/vp9_onyx_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h index 1ab1814c0..4831b6f72 100644 --- a/vp9/encoder/vp9_onyx_int.h +++ b/vp9/encoder/vp9_onyx_int.h @@ -445,7 +445,7 @@ typedef struct VP9_COMP { 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) -- 2.40.0