summaryrefslogtreecommitdiffstats
path: root/stream/url.h
diff options
context:
space:
mode:
authorcboesch <cboesch@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-11-21 16:52:22 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-12-16 04:27:56 +0200
commit9bf59a1fcb6de3fed117accaec60b6b0eaece17d (patch)
tree8314a84618eb3501d6515d3fc615460364127b72 /stream/url.h
parent5e6c4de69e157301204a543b108b40d513983e3e (diff)
downloadmpv-9bf59a1fcb6de3fed117accaec60b6b0eaece17d.tar.bz2
mpv-9bf59a1fcb6de3fed117accaec60b6b0eaece17d.tar.xz
stream/http: Do not keep authentication in URL when proxied
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32640 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/url.h')
-rw-r--r--stream/url.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/url.h b/stream/url.h
index fab81ecace..c89d91a663 100644
--- a/stream/url.h
+++ b/stream/url.h
@@ -27,6 +27,7 @@
typedef struct {
char *url;
+ char *noauth_url;
char *protocol;
char *hostname;
char *file;