[FFmpeg-devel] [PATCH] lavf/http: implement directory listing callbacks for Apache

Mariusz SzczepaƄczyk mszczepanczyk at gmail.com
Fri Aug 28 02:56:33 CEST 2015


On Mon, Aug 24, 2015 at 12:39 PM, Michael Niedermayer <
michael at niedermayer.cc> wrote:

> 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 ()
>

fixed
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavf-http-implement-callbacks-for-directory-listings.patch
Type: text/x-patch
Size: 9516 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150828/27e77017/attachment.bin>


More information about the ffmpeg-devel mailing list