1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
Vicente Olivert Riera 04b0792e4a libavcodec/mips/h264dsp_msa.c: fix type in some function parameters
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 bc26fe89275c267d169b468356c82ee59874407d:

  avcodec/h264: Use ptrdiff_t for (bi)weight functions

That commit changed the data type of some function parameters in some
function definitions. However, the implementation of those functions in
libavcodec/mips/h264dsp_msa.c wasn't changed accordingly.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-10-13 19:15:48 +02:00
..
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00
2016-03-09 20:05:04 +01:00