Commit 79dddb00 authored by Rafaël Carré's avatar Rafaël Carré

TS demux: call Demux directly

parent a19c5c71
...@@ -788,7 +788,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -788,7 +788,7 @@ static int Open( vlc_object_t *p_this )
while( p_sys->i_pmt_es <= 0 && vlc_object_alive( p_demux ) ) while( p_sys->i_pmt_es <= 0 && vlc_object_alive( p_demux ) )
{ {
if( p_demux->pf_demux( p_demux ) != 1 ) if( Demux( p_demux ) != 1 )
break; break;
} }
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