Skip to content

Commit

Permalink
Removed an invalid lock.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Aimar committed Jun 30, 2008
1 parent 791b55c commit d962b50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video_output/video_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit d962b50

Please sign in to comment.