From 6d16f6c14c3d162217e6d90caae26d7458fe1029 Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Mon, 26 Jan 2015 10:54:06 -0800 Subject: Fix MSVC warnings on conversion from int64 to int Change-Id: I7e96509ffa36899fcd2935749927a1e8aac8d025 --- vp9/encoder/vp9_encodeframe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vp9/encoder') diff --git a/vp9/encoder/vp9_encodeframe.c b/vp9/encoder/vp9_encodeframe.c index e142a3181..4bcb65816 100644 --- a/vp9/encoder/vp9_encodeframe.c +++ b/vp9/encoder/vp9_encodeframe.c @@ -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; -- cgit v1.2.3