On sab, mar 08, 2014 at 01:18:45 +0200, Martin Storsjö wrote: > On Thu, 6 Mar 2014, Alessandro Ghedini wrote: > > >From: wm4 <[email protected]> > > > >Some http servers send an ICY stream in combination with chunked > >transfer encoding. This case was handled incorrectly by the ICY code: > >instead of handling chunked encoding before anything ICY related, both > >were mixed. > > > >Fix this by separating the ICY code from normal http reading. Move the > >normal http reading to a new function http_read_stream(), while > >http_read() handles ICY on top of http_read_stream(). > > > >The server identified itself as: cloudflare-nginx > >--- > >libavformat/http.c | 54 > >+++++++++++++++++++++++++++++++++++++++--------------- > >1 file changed, 39 insertions(+), 15 deletions(-) > > This looks ok, but shouldn't it be squashed into patch 1/9 of this patchset?
Yeah, I wasn't sure if it would apply cleanly so I left it on its own to avoid
doing a mess... turns out it does apply cleanly.
Cheers
--
perl -E '$_=q;$/= @{[@_]};and s;\S+;<inidehG ordnasselA>;eg;say~~reverse'
signature.asc
Description: Digital signature
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
