Re: [FFmpeg-devel] [PATCH] lavc/mips: simplify the switch code

2019-12-12 Thread Michael Niedermayer
On Wed, Dec 11, 2019 at 04:48:03PM +0800, Linjie Fu wrote: > Signed-off-by: Linjie Fu > --- > libavcodec/mips/h264pred_init_mips.c | 3 --- > 1 file changed, 3 deletions(-) will apply [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The greatest way to live wit

[FFmpeg-devel] [PATCH] lavc/mips: simplify the switch code

2019-12-11 Thread Linjie Fu
Signed-off-by: Linjie Fu --- libavcodec/mips/h264pred_init_mips.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/mips/h264pred_init_mips.c b/libavcodec/mips/h264pred_init_mips.c index 63637b8..e537ad8 100644 --- a/libavcodec/mips/h264pred_init_mips.c +++ b/libavcodec/mips/h264p