remove __inline for compiler compatibility

__inline removed for broader compiler compatibility

Change-Id: I6f2b218dfc808b73212bbb90c69e2b6cc1fa90ce
This commit is contained in:
James Berry
2012-03-21 14:11:10 -04:00
parent 921ffdd2c9
commit 451ab0c01e
8 changed files with 22 additions and 22 deletions

View File

@@ -1349,7 +1349,7 @@ static void rd_check_segment(VP8_COMP *cpi, MACROBLOCK *x,
}
}
static __inline
static
void vp8_cal_step_param(int sr, int *sp)
{
int step = 0;