[FFmpeg-cvslog] avcodec/mips: fix get_cabac_inline_mips function name

Rosen Penev git at videolan.org
Sun Apr 12 21:06:48 EEST 2020


ffmpeg | branch: master | Rosen Penev <rosenp at gmail.com> | Sat Apr 11 18:54:33 2020 -0700| [4fa4ab97f9e65217ba9497f3ed541cd04169d2cd] | committer: Michael Niedermayer

avcodec/mips: fix get_cabac_inline_mips function name

On other platforms, the functions are named get_cabac_inline_xxx but not
this one. There's also a define.

Signed-off-by: Rosen Penev <rosenp at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4fa4ab97f9e65217ba9497f3ed541cd04169d2cd
---

 libavcodec/mips/cabac.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mips/cabac.h b/libavcodec/mips/cabac.h
index 2a05e5ab3c..03b5010edc 100644
--- a/libavcodec/mips/cabac.h
+++ b/libavcodec/mips/cabac.h
@@ -29,7 +29,7 @@
 #include "config.h"
 
 #define get_cabac_inline get_cabac_inline_mips
-static av_always_inline int get_cabac_inline(CABACContext *c,
+static av_always_inline int get_cabac_inline_mips(CABACContext *c,
                                              uint8_t * const state){
     mips_reg tmp0, tmp1, tmp2, bit;
 



More information about the ffmpeg-cvslog mailing list