diff dsputil.h @ 5255:669a97223dc7 libavcodec

make arguments to ssd_int8_vs_int16() const
author mru
date Sun, 08 Jul 2007 23:15:00 +0000
parents b7bae4ce8b07
children f44baba9edc3
line wrap: on
line diff
--- a/dsputil.h	Sun Jul 08 23:14:54 2007 +0000
+++ b/dsputil.h	Sun Jul 08 23:15:00 2007 +0000
@@ -200,7 +200,8 @@
     me_cmp_func ildct_cmp[5]; //only width 16 used
     me_cmp_func frame_skip_cmp[5]; //only width 8 used
 
-    int (*ssd_int8_vs_int16)(int8_t *pix1, int16_t *pix2, int size);
+    int (*ssd_int8_vs_int16)(const int8_t *pix1, const int16_t *pix2,
+                             int size);
 
     /**
      * Halfpel motion compensation with rounding (a+b+1)>>1.