summaryrefslogtreecommitdiff
path: root/libavcodec/x86/mpegvideodsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/x86/mpegvideodsp.c')
-rw-r--r--libavcodec/x86/mpegvideodsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/mpegvideodsp.c b/libavcodec/x86/mpegvideodsp.c
index 6009b64e07..ea1d941fba 100644
--- a/libavcodec/x86/mpegvideodsp.c
+++ b/libavcodec/x86/mpegvideodsp.c
@@ -25,7 +25,7 @@
#if HAVE_INLINE_ASM
-static void gmc_mmx(uint8_t *dst, uint8_t *src,
+static void gmc_mmx(uint8_t *dst, const uint8_t *src,
int stride, int h, int ox, int oy,
int dxx, int dxy, int dyx, int dyy,
int shift, int r, int width, int height)