Commit ae76c1af authored by Michael Niedermayer's avatar Michael Niedermayer

4xm: make mcdc() src const

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bf3a4045
...@@ -281,7 +281,7 @@ static void init_mv(FourXContext *f) ...@@ -281,7 +281,7 @@ static void init_mv(FourXContext *f)
} }
#endif #endif
static inline void mcdc(uint16_t *dst, uint16_t *src, int log2w, static inline void mcdc(uint16_t *dst, const uint16_t *src, int log2w,
int h, int stride, int scale, unsigned dc) int h, int stride, int scale, unsigned dc)
{ {
int i; int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment