]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/4xm.c
Merge commit '2f172f1ae984b763c06069adb51d0053b3834f4b'
[ffmpeg] / libavcodec / 4xm.c
index 3d3bc562147a25ae9b96dfcd68d216ad599e71fc..ff1008200d3ffacb73c66a59420e43d02e707062 100644 (file)
@@ -339,7 +339,7 @@ static inline void mcdc(uint16_t *dst, const uint16_t *src, int log2w,
     }
 }
 
-static int decode_p_block(FourXContext *f, uint16_t *dst, uint16_t *src,
+static int decode_p_block(FourXContext *f, uint16_t *dst, const uint16_t *src,
                           int log2w, int log2h, int stride)
 {
     const int index = size2index[log2h][log2w];