On Fri, Dec 4, 2015 at 6:13 AM, Hendrik Leppkes <[email protected]> wrote: > On Fri, Dec 4, 2015 at 12:06 PM, Diego Biurrun <[email protected]> wrote: >> 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. >> > > Its signature is pre-determined by avio, since its used as a callback > to avio_alloc_context.
So, ok or not ok...? -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
