summaryrefslogtreecommitdiff
path: root/libavcodec/loongarch/vc1dsp_lasx.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/loongarch/vc1dsp_lasx.c')
-rw-r--r--libavcodec/loongarch/vc1dsp_lasx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/loongarch/vc1dsp_lasx.c b/libavcodec/loongarch/vc1dsp_lasx.c
index 9f01abcff4..12f68ee028 100644
--- a/libavcodec/loongarch/vc1dsp_lasx.c
+++ b/libavcodec/loongarch/vc1dsp_lasx.c
@@ -698,7 +698,7 @@ PUT_VC1_MSPEL_MC_LASX(3, 2);
PUT_VC1_MSPEL_MC_LASX(3, 3);
void ff_put_no_rnd_vc1_chroma_mc8_lasx(uint8_t *dst /* align 8 */,
- uint8_t *src /* align 1 */,
+ const uint8_t *src /* align 1 */,
ptrdiff_t stride, int h, int x, int y)
{
const int intA = (8 - x) * (8 - y);