Browse Source

4xm: make mcdc() src const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
ae76c1af16
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/4xm.c

+ 1
- 1
libavcodec/4xm.c View File

@@ -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;


Loading…
Cancel
Save