mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
VP5/6/8: add one inline missed in r24677
Originally committed as revision 24682 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0908f1b945
commit
8b9b5e085f
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#if HAVE_FAST_CMOV
|
#if HAVE_FAST_CMOV
|
||||||
#define vp56_rac_get_prob vp56_rac_get_prob
|
#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 code_word = vp56_rac_renorm(c);
|
||||||
unsigned int high = c->high;
|
unsigned int high = c->high;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user