OSDN Git Service

VP5/6/8: add one inline missed in r24677
authorJason Garrett-Glaser <darkshikari@gmail.com>
Tue, 3 Aug 2010 11:21:22 +0000 (11:21 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Tue, 3 Aug 2010 11:21:22 +0000 (11:21 +0000)
Originally committed as revision 24682 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/x86/vp56_arith.h

index d05dcb6..ae3bc3d 100644 (file)
@@ -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;