From c407b9b070d57361f888228037b7b9ce712dc6e2 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 8 Nov 2006 22:42:31 +0000 Subject: Support URL redirections that do not specify full URL. Fixes crash with mplayer -playlist http://www.radioseven.se/radioseven.pls. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20800 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/url.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/url.h') diff --git a/stream/url.h b/stream/url.h index e344e75c85..1c2db9191a 100644 --- a/stream/url.h +++ b/stream/url.h @@ -19,6 +19,7 @@ typedef struct { char *password; } URL_t; +URL_t *url_redirect(URL_t **url, const char *redir); URL_t* url_new(const char* url); void url_free(URL_t* url); -- cgit v1.2.3