On 1 June 2010 15:22, Josh Allmann <[email protected]> wrote: > > The first patch separates the initialization from the actual > connection, which will enable delayed connections using the internal > api. >
Ignore this one (for now). It works within http.c, but not outside (eg, with rtsp) because there's no way to initialize the URLContext without calling url_open and hence http_open. Making http_open do delayed connections by default will break API behavior. Adding ff_urlcontext_init; patch soon. Unless someone objects and wants another approach... Josh _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
