shithub: libvpx

Download patch

ref: 347c8cf68f32c02ce48ce14ed24a08a596550712
parent: e9935a4ca070c6c7182a44b5807312de1ba6b8a1
parent: fbaa4b84afeecc6b443f47d329348685e0017d27
author: Marco Paniconi <marpan@google.com>
date: Wed Jul 30 06:33:35 EDT 2014

Merge "Fix to Visual Studio build error."

--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -616,7 +616,7 @@
 
 #if CONFIG_TEMPORAL_DENOISING
         if (cpi->denoiser.aggressive_mode != 0 &&
-            Q < cpi->denoiser.denoise_pars.qp_thresh) {
+            Q < (int)cpi->denoiser.denoise_pars.qp_thresh) {
           // Under aggressive denoising mode, use segmentation to turn off loop
           // filter below some qp thresh. The loop filter is turned off for all
           // blocks that have been encoded as ZEROMV LAST x frames in a row,