Commit 84bc465a authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

input: preparsing not only for files

It's safe since preparser won't be called for network files if
META_REQUEST_OPTION_SCOPE_NETWORK option is not set.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f65838e2
......@@ -2225,11 +2225,8 @@ static int InputSourceInit( input_thread_t *p_input,
}
else
{
/* Preparsing is only for file:// */
if( *psz_demux )
goto error;
if( strcmp( psz_access, "file" ) )
goto error;
msg_Dbg( p_input, "trying to pre-parse %s", psz_path );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment