changeset 12353:eba266986930 libavcodec

VP5/6/8: add one inline missed in r24677
author darkshikari
date Tue, 03 Aug 2010 11:21:22 +0000
parents f0ea08f4599b
children ba503df47c2f
files x86/vp56_arith.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/x86/vp56_arith.h	Tue Aug 03 11:10:58 2010 +0000
+++ b/x86/vp56_arith.h	Tue Aug 03 11:21:22 2010 +0000
@@ -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;