[FFmpeg-devel] [PATCH] lavf/http: implement directory listing callbacks for Apache
Michael Niedermayer
michael at niedermayer.cc
Mon Aug 24 12:39:30 CEST 2015
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150824/b7b6af0a/attachment.sig>
More information about the ffmpeg-devel
mailing list