mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
4xm: make mcdc() src const
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bf3a404572
commit
ae76c1af16
@ -281,7 +281,7 @@ static void init_mv(FourXContext *f)
|
||||
}
|
||||
#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 i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user