shithub: libvpx

Download patch

ref: 3af212eb357493b26b4596c6abde5805e865d8bd
parent: ad6890316c4fe742b047fd3d167cc591e01f5ec1
parent: 9f5fd31d7fdf8380fd95b5ceb073fa08ee7c4b65
author: John Koleszar <jkoleszar@google.com>
date: Tue Apr 30 11:34:58 EDT 2013

Merge "Expand UMV border to 96 pixels" into experimental

--- a/vpx_scale/yv12config.h
+++ b/vpx_scale/yv12config.h
@@ -18,7 +18,7 @@
 #include "vpx/vpx_integer.h"
 
 #define VP8BORDERINPIXELS       32
-#define VP9BORDERINPIXELS       64
+#define VP9BORDERINPIXELS       96
 #define VP9_INTERP_EXTEND        4
 
   /*************************************
--