Commit 017f4aed authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* forwardport [17538] : Real RTSP selection fix. refs #821

parent 4e03e109
...@@ -153,8 +153,6 @@ static int Open( vlc_object_t *p_this ) ...@@ -153,8 +153,6 @@ static int Open( vlc_object_t *p_this )
char *psz_server = 0; char *psz_server = 0;
int i_result; int i_result;
if( !p_access->b_force ) return VLC_EGENERIC;
p_access->pf_read = NULL; p_access->pf_read = NULL;
p_access->pf_block = BlockRead; p_access->pf_block = BlockRead;
p_access->pf_seek = Seek; p_access->pf_seek = Seek;
...@@ -230,7 +228,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -230,7 +228,7 @@ static int Open( vlc_object_t *p_this )
} }
else else
{ {
msg_Dbg( p_access, "only real/helix rtsp servers supported for now" ); msg_Warn( p_access, "only real/helix rtsp servers supported for now" );
goto error; goto error;
} }
......
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