diff dsputil.h @ 4436:d3e389536b0a libavcodec

Add the const specifier as needed to reduce the number of warnings.
author takis
date Tue, 30 Jan 2007 10:31:34 +0000
parents f9325f2bc762
children 7011f597e473
line wrap: on
line diff
--- a/dsputil.h	Mon Jan 29 22:27:27 2007 +0000
+++ b/dsputil.h	Tue Jan 30 10:31:34 2007 +0000
@@ -388,7 +388,7 @@
     /* snow wavelet */
     void (*vertical_compose97i)(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, DWTELEM *b3, DWTELEM *b4, DWTELEM *b5, int width);
     void (*horizontal_compose97i)(DWTELEM *b, int width);
-    void (*inner_add_yblock)(uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h, int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8);
+    void (*inner_add_yblock)(const uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h, int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8);
 
     void (*prefetch)(void *mem, int stride, int h);