Commit 4c8aaba1 authored by Rafaël Carré's avatar Rafaël Carré

Backport [3a8dc9aa]

parent 20c8be6a
......@@ -181,6 +181,9 @@ static void RunIntf( intf_thread_t *p_intf )
msg_Dbg( p_intf, "CMML intf initialized" );
#endif
/* Main loop */
while( !p_intf->b_die )
{
/* if video output is dying, disassociate ourselves from it */
if( p_vout && p_vout->b_die )
{
......@@ -189,10 +192,6 @@ static void RunIntf( intf_thread_t *p_intf )
p_vout = NULL;
}
/* Main loop */
while( !p_intf->b_die )
{
/* find a video output if we currently don't have one */
if( p_vout == 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