shithub: libvpx

Download patch

ref: d35e9a0c533ae67d71e1a4b7c308a9d80fc3d756
parent: 14916b0ca65ef3ff8fc7542491d8f15138333a0a
parent: 8f229caf877740e208ffa350077d0fa56b2a2871
author: Jim Bankoski <jimbankoski@google.com>
date: Mon Sep 30 06:41:50 EDT 2013

Merge "lint issues in mvref_common.c"

--- 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,