shithub: libvpx

Download patch

ref: 8f229caf877740e208ffa350077d0fa56b2a2871
parent: 4ecdf26d9c56b911217d991e74e123de1f698984
author: Jim Bankoski <jimbankoski@google.com>
date: Sun Sep 29 15:32:53 EDT 2013

lint issues in mvref_common.c

Change-Id: If6a7a8c48fefc69349c792d8ed52a6e1d374e46e

--- a/vp9/common/vp9_mvref_common.c
+++ b/vp9/common/vp9_mvref_common.c
@@ -108,7 +108,7 @@
 };
 
 // clamp_mv_ref
-#define MV_BORDER (16 << 3) // Allow 16 pels in 1/8th pel units
+#define MV_BORDER (16 << 3)  // Allow 16 pels in 1/8th pel units
 
 static void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) {
   clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER,