[FFmpeg-devel] Visibility implementation

Diego Biurrun diego
Wed Jul 30 10:21:30 CEST 2008


On Wed, Jul 30, 2008 at 05:45:36AM +0300, Uoti Urpala wrote:
> 
> --- a/libavcodec/i386/dsputil_mmx.c
> +++ b/libavcodec/i386/dsputil_mmx.c
> @@ -788,7 +788,7 @@ static void draw_edges_mmx(uint8_t *buf, int wrap, int width, int height, int w)
>  
>  #define PAETH(cpu, abs3)\
> -void add_png_paeth_prediction_##cpu(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp)\
> +static void add_png_paeth_prediction_##cpu(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp)\

Unrelated?

Diego




More information about the ffmpeg-devel mailing list