On Wed, Dec 02, 2015 at 06:41:00PM -0500, Vittorio Giovara wrote:
> 
> --- a/libavformat/swfdec.c
> +++ b/libavformat/swfdec.c
> @@ -61,6 +67,39 @@ static int swf_probe(AVProbeData *p)
>  
> +#if CONFIG_ZLIB
> +static int zlib_refill(void *opaque, uint8_t *buf, int buf_size)

size_t buf_size?

The value in zlib.h is unsigned.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to