From: Jim Bankoski Date: Thu, 13 Feb 2014 22:08:38 +0000 (-0800) Subject: vp9_onyx_int.h resolve visual studio warning errors X-Git-Tag: v1.4.0~2367^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27f4b14c65397627326fb1b7cc9ea127640d3d57;p=libvpx vp9_onyx_int.h resolve visual studio warning errors Change-Id: Iec8a51bdea6d6c916051d3bc5bbc6d00754d0cc8 --- 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)