[vlc-devel] [PATCH] RFC: http: add support for byte range requests
Francois Cartegnie
fcvlcdev at free.fr
Fri Jun 14 17:31:09 CEST 2019
Le 14/06/2019 à 17:25, Francois Cartegnie a écrit :
> +struct vlc_http_resource *vlc_http_file_create(struct vlc_http_mgr *mgr,
> + const char *uri, const char *ua,
> + const char *ref)
> +{
ignore for API RFC, but that should be 0, -1
> + return vlc_http_file_create_ranged(mgr, uri, ua, ref, 0, 0);
> +}
> +
--
Francois Cartegnie
VideoLAN - VLC Developer
More information about the vlc-devel
mailing list