Re: [FFmpeg-devel] [PATCH] libavcodec/mips/h264dsp_msa.c: fix type in some function parameters

2016-10-13 Thread Michael Niedermayer
On Wed, Oct 12, 2016 at 04:09:40PM +0100, Vicente Olivert Riera wrote: > This fixes a build problem for MIPS architecture that looks like this: > > libavcodec/mips/h264dsp_msa.c:2498:6: error: conflicting types for > ‘ff_weight_h264_pixels16_8_msa’ > void ff_weight_h264_pixels16_8_msa(uint8_t

[FFmpeg-devel] [PATCH] libavcodec/mips/h264dsp_msa.c: fix type in some function parameters

2016-10-12 Thread Vicente Olivert Riera
This fixes a build problem for MIPS architecture that looks like this: libavcodec/mips/h264dsp_msa.c:2498:6: error: conflicting types for ‘ff_weight_h264_pixels16_8_msa’ void ff_weight_h264_pixels16_8_msa(uint8_t *src, int stride, This bug was introduced by commit