shithub: libvpx

Download patch

ref: 81e5cb86d3995c5c0876014d93838f23c1eca2ba
parent: f925e5ce0fa2981317f76f0960706ae99694ed10
author: hkuang <hkuang@google.com>
date: Mon Dec 8 07:44:09 EST 2014

Fix the comments.

Change-Id: I9789476865a1b24dad54115d8f7edb4fed780b90

--- a/vp9/common/vp9_loopfilter.c
+++ b/vp9/common/vp9_loopfilter.c
@@ -968,7 +968,7 @@
       break;
   }
   // The largest loopfilter we have is 16x16 so we use the 16x16 mask
-  // for 32x32 transforms also also.
+  // for 32x32 transforms also.
   lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32];
   lfm->above_y[TX_16X16] |= lfm->above_y[TX_32X32];
   lfm->left_uv[TX_16X16] |= lfm->left_uv[TX_32X32];