summaryrefslogtreecommitdiff
path: root/src/input/mms.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-08-26 15:45:59 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-08-26 15:45:59 +0100
commit556f8d0d0799bd05f38cfb454fdb80de85dd2f7c (patch)
treef36b5415d765427ead674dae5d4d61c077b3a638 /src/input/mms.c
parent8e334af88b6ac33adc19f6f274595b7e239684f5 (diff)
downloadxine-lib-556f8d0d0799bd05f38cfb454fdb80de85dd2f7c.tar.gz
xine-lib-556f8d0d0799bd05f38cfb454fdb80de85dd2f7c.tar.bz2
Add a user agent & protocol hack to allow viewing of Apple film trailers.
Diffstat (limited to 'src/input/mms.c')
-rw-r--r--src/input/mms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/mms.c b/src/input/mms.c
index b2d00a46e..8ba33e704 100644
--- a/src/input/mms.c
+++ b/src/input/mms.c
@@ -698,7 +698,7 @@ mms_t *mms_connect (xine_stream_t *stream, const char *url, int bandwidth) {
report_progress (stream, 0);
if (!_x_parse_url (this->url, &this->proto, &this->host, &this->port,
- &this->user, &this->password, &this->uri)) {
+ &this->user, &this->password, &this->uri, NULL)) {
lprintf ("invalid url\n");
goto fail;
}