summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2014-03-14 11:36:06 +0000
committerPaul Wilkins <paulwilkins@google.com>2014-03-14 11:36:06 +0000
commit0fa768704b4ec4f2082b2f623d28bf5e0030bfb3 (patch)
treea1e344eb966d09edd26c436d2024319e50636655
parent7c6337ba9e486c8066db83ea2d845c3e8b7697f8 (diff)
downloadlibvpx-0fa768704b4ec4f2082b2f623d28bf5e0030bfb3.tar
libvpx-0fa768704b4ec4f2082b2f623d28bf5e0030bfb3.tar.gz
libvpx-0fa768704b4ec4f2082b2f623d28bf5e0030bfb3.tar.bz2
libvpx-0fa768704b4ec4f2082b2f623d28bf5e0030bfb3.zip
Use of inline instead of INLINE.
This causes a build failure in VS 2008. Change-Id: I03b0c0c006589b56d92a238d7b794711eb62575e
-rw-r--r--vp9/encoder/vp9_encodeframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_encodeframe.c b/vp9/encoder/vp9_encodeframe.c
index d0ada2f4e..8fc53424d 100644
--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -152,7 +152,7 @@ static BLOCK_SIZE get_nonrd_var_based_fixed_partition(VP9_COMP *cpi,
// Lighter version of set_offsets that only sets the mode info
// pointers.
-static inline void set_modeinfo_offsets(VP9_COMMON *const cm,
+static INLINE void set_modeinfo_offsets(VP9_COMMON *const cm,
MACROBLOCKD *const xd,
int mi_row,
int mi_col) {