From 8b9b5e085ff3b86677ed6f8237801bd996108105 Mon Sep 17 00:00:00 2001 From: Jason Garrett-Glaser Date: Tue, 3 Aug 2010 11:21:22 +0000 Subject: VP5/6/8: add one inline missed in r24677 Originally committed as revision 24682 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/x86/vp56_arith.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/vp56_arith.h') diff --git a/libavcodec/x86/vp56_arith.h b/libavcodec/x86/vp56_arith.h index d05dcb6ed5..ae3bc3dc77 100644 --- a/libavcodec/x86/vp56_arith.h +++ b/libavcodec/x86/vp56_arith.h @@ -26,7 +26,7 @@ #if HAVE_FAST_CMOV #define vp56_rac_get_prob vp56_rac_get_prob -static inline int vp56_rac_get_prob(VP56RangeCoder *c, uint8_t prob) +static av_always_inline int vp56_rac_get_prob(VP56RangeCoder *c, uint8_t prob) { unsigned int code_word = vp56_rac_renorm(c); unsigned int high = c->high; -- cgit v1.2.3