mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 06:05:32 +01:00
rename always_inline to av_always_inline and move to common.h
Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -2140,7 +2140,7 @@ static void vc1_interp_mc(VC1Context *v)
|
||||
dsp->avg_h264_chroma_pixels_tab[0](s->dest[2], srcV, s->uvlinesize, 8, uvmx, uvmy);
|
||||
}
|
||||
|
||||
static always_inline int scale_mv(int value, int bfrac, int inv, int qs)
|
||||
static av_always_inline int scale_mv(int value, int bfrac, int inv, int qs)
|
||||
{
|
||||
int n = bfrac;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user