On 29/07/15 21:02, Martin Storsjö wrote:
> Just passing the options to ffurl_connect might not be enough.
> 
> Normally, if you do ffurl_open(), you can just pass the options to that
> function and be done with it. Internally, ffurl_open does ffurl_alloc,
> then does av_opt_set_dict and finally ffurl_connect(options). In most
> cases, the options are handled by av_opt_set_dict; the ffurl_connect is
> only relevant in the case if the options don't apply to this protocol
> but to a nested one.
> 
> In this case, just do av_opt_set_dict+ffurl_connect, and you should be
> safe, regardless of what options you're dealing with.
> 
> 
> Other than that it looks good, thanks!

Ok, I'll update it and push then =)

lu

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to