summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/me_cmp_mvi_asm.S
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-07-26 07:25:02 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-07-31 03:31:53 +0200
commitabb85429f3424375f21bdd135656c2d88357b3d5 (patch)
tree208aa7d650abc4eae3d9c5b7653e7daf9a3b530d /libavcodec/alpha/me_cmp_mvi_asm.S
parente7cb7c762abca7444ed3a5a2a839b10c05c455f3 (diff)
avcodec/me_cmp: Constify me_cmp_func buffer parameters
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/alpha/me_cmp_mvi_asm.S')
-rw-r--r--libavcodec/alpha/me_cmp_mvi_asm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/alpha/me_cmp_mvi_asm.S b/libavcodec/alpha/me_cmp_mvi_asm.S
index 2399085bcb..183feeb40c 100644
--- a/libavcodec/alpha/me_cmp_mvi_asm.S
+++ b/libavcodec/alpha/me_cmp_mvi_asm.S
@@ -38,7 +38,7 @@
.text
/*****************************************************************************
- * int pix_abs16x16_mvi_asm(uint8_t *pix1, uint8_t *pix2, int line_size)
+ * int pix_abs16x16_mvi_asm(const uint8_t *pix1, const uint8_t *pix2, int line_size)
*
* This code is written with a pca56 in mind. For ev6, one should
* really take the increased latency of 3 cycles for MVI instructions