Mercurial > libavcodec.hg
diff snow.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 | d6f83e2f8804 |
| children | be79f0a00c10 |
line wrap: on
line diff
--- a/snow.h Mon Jan 29 22:27:27 2007 +0000 +++ b/snow.h Tue Jan 30 10:31:34 2007 +0000 @@ -125,7 +125,7 @@ extern void ff_snow_vertical_compose97i(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, DWTELEM *b3, DWTELEM *b4, DWTELEM *b5, int width); extern void ff_snow_horizontal_compose97i(DWTELEM *b, int width); -extern void ff_snow_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); +extern void ff_snow_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); #ifdef CONFIG_SNOW_ENCODER int w53_32_c(void *v, uint8_t * pix1, uint8_t * pix2, int line_size, int h);
