Index: source/libvpx/vp9/common/vp9_loopfilter.c |
=================================================================== |
--- source/libvpx/vp9/common/vp9_loopfilter.c (revision 293588) |
+++ source/libvpx/vp9/common/vp9_loopfilter.c (working copy) |
@@ -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]; |