Commit 19e63771 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* backported [11134] to HEAD

parent e48600a2
......@@ -911,7 +911,10 @@ static void RunThread( vout_thread_t *p_vout)
/*
* Check for subpictures to display
*/
p_subpic = spu_SortSubpictures( p_vout->p_spu, display_date );
if( display_date > 0 )
{
p_subpic = spu_SortSubpictures( p_vout->p_spu, display_date );
}
/*
* Perform rendering
......
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