Commit e5139074 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Allow unspecified demux with stream_DemuxNew().

parent af394f5d
......@@ -325,8 +325,6 @@ stream_t *__stream_DemuxNew( vlc_object_t *p_obj, const char *psz_demux,
stream_t *s;
d_stream_sys_t *p_sys;
if( psz_demux == NULL || *psz_demux == '\0' ) return NULL;
s = vlc_stream_create( p_obj );
if( s == NULL )
return NULL;
......
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