summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vp56_arith.h
diff options
context:
space:
mode:
authorJason Garrett-Glaser <darkshikari@gmail.com>2010-08-03 11:21:22 +0000
committerJason Garrett-Glaser <darkshikari@gmail.com>2010-08-03 11:21:22 +0000
commit8b9b5e085ff3b86677ed6f8237801bd996108105 (patch)
treeb3e8d58a0ef6385fff5a8a3de97566274ac8e69b /libavcodec/x86/vp56_arith.h
parent0908f1b945962f767a1b4963f9b62d8b00ffcfeb (diff)
VP5/6/8: add one inline missed in r24677
Originally committed as revision 24682 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/vp56_arith.h')
-rw-r--r--libavcodec/x86/vp56_arith.h2
1 files changed, 1 insertions, 1 deletions
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;