Re: [FFmpeg-devel] [PATCH 2/2] avcodec/mips: fix get_cabac_inline_mips function name

2020-04-12 Thread Michael Niedermayer
On Sat, Apr 11, 2020 at 06:54:33PM -0700, Rosen Penev wrote: > 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 > --- > libavcodec/mips/cabac.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) will

[FFmpeg-devel] [PATCH 2/2] avcodec/mips: fix get_cabac_inline_mips function name

2020-04-11 Thread Rosen Penev
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 --- 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