From e85b2e835fdcbc1297048f6b3aff1a55412d4ba0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 3 Jan 2007 22:40:51 +0000 Subject: [PATCH] Same thing as previous commit. Do not ignore access specification; do not fallback to vcd, file whatever. It sucks (e.g. if following an HTTP URL you really should only try to use the HTTP plugin, and this is the proper and only way to do it). Again MRLSplit might need to be improved (not sure how) --- src/input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/input.c b/src/input/input.c index e5c1c6e985..5904676b73 100644 --- a/src/input/input.c +++ b/src/input/input.c @@ -2035,7 +2035,7 @@ static int InputSourceInit( input_thread_t *p_input, /* Now try a real access */ in->p_access = access2_New( p_input, psz_access, psz_demux, psz_path, - p_input->b_preparsing ); + VLC_TRUE ); /* Access failed, URL encoded ? */ if( in->p_access == NULL && strchr( psz_path, '%' ) ) -- 2.39.2