Ticket #4745: hevcdsp_mips.h.gcc42.diff
| File hevcdsp_mips.h.gcc42.diff, 708 bytes (added by , 11 years ago) |
|---|
-
libavcodec/mips/hevcdsp_mips.h
diff --git a/libavcodec/mips/hevcdsp_mips.h b/libavcodec/mips/hevcdsp_mips.h index f26d7d9..e6268ff 100644
a b 24 24 #include "libavcodec/hevcdsp.h" 25 25 26 26 #define MC(PEL, DIR, WIDTH) \ 27 void ff_hevc_put_hevc_##PEL##_##DIR## ##WIDTH##_8_msa(int16_t *dst,\27 void ff_hevc_put_hevc_##PEL##_##DIR##WIDTH##_8_msa(int16_t *dst, \ 28 28 uint8_t *src, \ 29 29 ptrdiff_t src_stride, \ 30 30 int height, \
