]> granicus.if.org Git - libvpx/commitdiff
Fix MSVC warnings on conversion from int64 to int
authorYaowu Xu <yaowu@google.com>
Mon, 26 Jan 2015 18:54:06 +0000 (10:54 -0800)
committerYaowu Xu <yaowu@google.com>
Mon, 26 Jan 2015 18:54:06 +0000 (10:54 -0800)
Change-Id: I7e96509ffa36899fcd2935749927a1e8aac8d025

vp9/encoder/vp9_encodeframe.c

index e142a3181fa3309e483e2b689a4ba01902661493..4bcb65816017f46f8b58742fa09b0b29eabcbcd5 100644 (file)
@@ -402,7 +402,7 @@ static int set_vt_partitioning(VP9_COMP *cpi,
                                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;