[FFmpeg-devel] [RFC] libavformat: URL reassembly with IPv6 addresses

Martin Storsjö martin
Fri Mar 5 10:23:03 CET 2010


On Thu, 4 Mar 2010, Ronald S. Bultje wrote:

> On Thu, Mar 4, 2010 at 5:39 PM, Martin Storsj? <martin at martin.st> wrote:
> > Ok, modified the patches in this way. This adds quite a bit of extra code
> > to all of the protocols, but in principle still is a better solution. I'm
> > not really sure which of them I prefer... What do you think?
> 
> Well, they're all network protocols/things. It makes sense that they
> call ff_network_init(), imo. If not today, we'd add this tomorrow. In
> fact, if they don't call it yet it might be a hidden bug.

True. On the other hand, as long as only the tcp and udp protocols 
actually touch the actual network functions, it can be argued that the 
current approach is ok, too.

But for this particular case, I guess we first could add 
ff_network_init/close to these protocols in one commit, separate to the 
ff_url_join stuff?

// Martin



More information about the ffmpeg-devel mailing list