Commit 94553652 authored by Laurent Aimar's avatar Laurent Aimar

Accelerated dvb loading time by exporting the demuxer type.

parent 3278da0b
...@@ -421,6 +421,8 @@ static int Open( vlc_object_t *p_this ) ...@@ -421,6 +421,8 @@ static int Open( vlc_object_t *p_this )
else else
p_sys->i_read_once = DVB_READ_ONCE_START; p_sys->i_read_once = DVB_READ_ONCE_START;
free( p_access->psz_demux );
p_access->psz_demux = strdup( "ts" );
return VLC_SUCCESS; return VLC_SUCCESS;
} }
......
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