]> granicus.if.org Git - libvpx/commitdiff
Corrected comment in mode_2_counter for compound
authorZoe Liu <zoeliu@google.com>
Mon, 2 Mar 2015 17:49:11 +0000 (09:49 -0800)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Wed, 4 Mar 2015 18:16:25 +0000 (10:16 -0800)
Change-Id: I5459550e62cff79182fa0ac5a24edb56cb64d608

vp9/common/vp9_mvref_common.h

index d8b17018ad3d8b8bee1df92a48da786689739ef4..a779fc72ee9a835c9910aebf08250ce681387d9a 100644 (file)
@@ -66,7 +66,7 @@ static const int mode_2_counter[MB_MODE_COUNT] = {
   1,  // NEAREST_NEWMV
   1,  // NEW_NEARESTMV
   1,  // NEAR_NEWMV
-  1,  // NEAR_NEWMV
+  1,  // NEW_NEARMV
   3,  // ZERO_ZEROMV
   1,  // NEW_NEWMV
 #endif