]> git.sesse.net Git - ffmpeg/commit
avcodec/mips: fix type mismatch in h264dsp_msa.c
authorShiyou Yin <yinshiyou-hf@loongson.cn>
Sat, 18 Jul 2020 07:30:49 +0000 (15:30 +0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 19 Jul 2020 08:59:43 +0000 (10:59 +0200)
commit12614a589f5135a2e66b9caf93c54b8b46ee9d0a
tree1c2ff06f256251ba5a6b8d22feeb8c2e533314e7
parent88d80cb97528d52dac3178cf5393d6095eca6200
avcodec/mips: fix type mismatch in h264dsp_msa.c

gcc warning: assignment from incompatible pointer type.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mips/h264dsp_mips.h
libavcodec/mips/h264dsp_msa.c