On Fri, Aug 21, 2015 at 01:17:20AM +0200, Mariusz Szczepańczyk wrote: [...]
> +static int http_open_dir(URLContext *h)
> +{
> + HTTPContext *s = h->priv_data;
> + xmlSAXHandler handlers = {};
> + int ret;
> +
> + if (ret = http_open(h, h->filename, 0, NULL) < 0)
> + goto fail;
missing ()
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Everything should be made as simple as possible, but not simpler.
-- Albert Einstein
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
