From 9dd6c804537d98f795986867755e285d1091d072 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Tue, 30 Jan 2007 10:31:34 +0000 Subject: Add the const specifier as needed to reduce the number of warnings. Originally committed as revision 7764 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dsputil.h') diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 78109f7b98..157426748c 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -388,7 +388,7 @@ typedef struct DSPContext { /* 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); -- cgit v1.2.3