Re: [libav-devel] [PATCH 05/13] smoothstreamingenc: eliminate ffurl_* usage

2016-02-19 Thread Vittorio Giovara
On Fri, Feb 19, 2016 at 2:13 PM, Anton Khirnov wrote: > Now all IO should go through the IO callbacks and be interceptable by > the caller. > --- > libavformat/smoothstreamingenc.c | 44 > ++-- > 1 file changed, 20 insertions(+), 24 deletions(-) > > diff --git

[libav-devel] [PATCH 05/13] smoothstreamingenc: eliminate ffurl_* usage

2016-02-19 Thread Anton Khirnov
Now all IO should go through the IO callbacks and be interceptable by the caller. --- libavformat/smoothstreamingenc.c | 44 ++-- 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/libavformat/smoothstreamingenc.c b/libavformat/smoothstreamingenc.c