[FFmpeg-cvslog] 4xm: make mcdc() src const

Michael Niedermayer git at videolan.org
Thu Mar 15 22:32:15 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Mar 15 22:07:54 2012 +0100| [ae76c1af16e52e1c69172c471094bf35b4dca5e0] | committer: Michael Niedermayer

4xm: make mcdc() src const

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae76c1af16e52e1c69172c471094bf35b4dca5e0
---

 libavcodec/4xm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c
index 8758c6d..53ee855 100644
--- a/libavcodec/4xm.c
+++ b/libavcodec/4xm.c
@@ -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;



More information about the ffmpeg-cvslog mailing list