shithub: libvpx

Download patch

ref: 6d16f6c14c3d162217e6d90caae26d7458fe1029
parent: 643c75d90b71af8fc636367cb8552b3ae9ee141d
author: Yaowu Xu <[email protected]>
date: Mon Jan 26 05:54:06 EST 2015

Fix MSVC warnings on conversion from int64 to int

Change-Id: I7e96509ffa36899fcd2935749927a1e8aac8d025

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -402,7 +402,7 @@
                                BLOCK_SIZE bsize,
                                int mi_row,
                                int mi_col,
-                               int threshold,
+                               int64_t threshold,
                                BLOCK_SIZE bsize_min) {
   VP9_COMMON * const cm = &cpi->common;
   variance_node vt;