Merge "Use of inline instead of INLINE."

This commit is contained in:
Yaowu Xu 2014-03-14 11:48:09 -07:00 committed by Gerrit Code Review
commit 28f947359d

View File

@ -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) {