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

Cosmetic change

parent 2770444f
...@@ -557,7 +557,7 @@ static void* DStreamThread( vlc_object_t* p_this ) ...@@ -557,7 +557,7 @@ static void* DStreamThread( vlc_object_t* p_this )
/* Main loop */ /* Main loop */
while( !s->b_die && !p_demux->b_die ) while( !s->b_die && !p_demux->b_die )
{ {
if( p_demux->pf_demux( p_demux ) <= 0 ) break; if( demux_Demux( p_demux ) <= 0 ) break;
} }
vlc_restorecancel( canc ); vlc_restorecancel( canc );
......
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