]> git.sesse.net Git - vlc/commitdiff
Removed an invalid lock.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 29 Jun 2008 22:31:45 +0000 (22:31 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 30 Jun 2008 18:00:04 +0000 (18:00 +0000)
src/video_output/video_output.c

index 8de929c3aef52d6824d45574a36f6171e2e0eedb..8ac0e34d36a0c48bf3a67d1739341e7bdd21ea7d 100644 (file)
@@ -1092,7 +1092,6 @@ static void RunThread( vout_thread_t *p_vout)
 
             I_OUTPUTPICTURES = I_RENDERPICTURES = 0;
 
-            vlc_mutex_lock( &p_vout->change_lock ); // FIXME is that valid ?
             p_vout->b_error = InitThread( p_vout );
 
             vlc_mutex_unlock( &p_vout->picture_lock );