]> granicus.if.org Git - libvpx/commitdiff
Fixed the build for denoiser in new compound mode
authorZoe Liu <zoeliu@google.com>
Wed, 4 Mar 2015 17:29:05 +0000 (09:29 -0800)
committerZoe Liu <zoeliu@google.com>
Wed, 4 Mar 2015 17:29:05 +0000 (09:29 -0800)
Change-Id: Ifb824ce87db9c00c8c87f52d9b8718669fb39d05

vp9/encoder/vp9_denoiser.c

index 8167a1fb08d7a2de4e2907a4d8fe1b1af32a6cca..6e1af8e458603c8c5ab2bd6080553046dda12424 100644 (file)
@@ -257,7 +257,7 @@ static VP9_DENOISER_DECISION perform_motion_compensation(VP9_DENOISER *denoiser,
     if (has_second_ref(mbmi)) {
       mbmi->mode = ZERO_ZEROMV;
     } else {
-      mbmi->mode = ZERO_MV;
+      mbmi->mode = ZEROMV;
     }
 #else
     mbmi->mode = ZEROMV;