summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vp56_arith.h
diff options
context:
space:
mode:
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;