shithub: libvpx

Download patch

ref: ffda0cde7bebd1bd79bf2ee4694d2f80aff423c7
parent: eece45fe232b5137ee273eb65b4093ef5ce7df47
parent: 3d12e65483c2a916ca2b098b8749d7fdd52ecc93
author: Jim Bankoski <jimbankoski@google.com>
date: Mon Mar 10 03:35:54 EDT 2014

Merge "vp9_onyxc_int.h static -> static inline in header"

--- a/vp9/common/vp9_onyxc_int.h
+++ b/vp9/common/vp9_onyxc_int.h
@@ -269,7 +269,7 @@
   xd->left_available  = (mi_col > tile->mi_col_start);
 }
 
-static void set_prev_mi(VP9_COMMON *cm) {
+static INLINE void set_prev_mi(VP9_COMMON *cm) {
   const int use_prev_in_find_mv_refs = cm->width == cm->last_width &&
                                        cm->height == cm->last_height &&
                                        !cm->intra_only &&
--