[FFmpeg-soc] [PATCH] http refactoring
Josh Allmann
joshua.allmann at gmail.com
Wed Jun 2 02:39:39 CEST 2010
On 1 June 2010 15:22, Josh Allmann <joshua.allmann at gmail.com> 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
More information about the FFmpeg-soc
mailing list