# HG changeset patch # User darkshikari # Date 1280834482 0 # Node ID eba2669869305109e417023f5baa100bf512ff8a # Parent f0ea08f4599bd5ab4ecf599e04cce6fa1bbc3815 VP5/6/8: add one inline missed in r24677 diff -r f0ea08f4599b -r eba266986930 x86/vp56_arith.h --- 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;