[vlc-devel] commit: Removed an invalid lock. (Laurent Aimar )

git version control git at videolan.org
Mon Jun 30 20:01:49 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jun 29 22:31:45 2008 +0000| [d962b50eede7adbdc0a5fe9a37dc7c85f3293ae9]

Removed an invalid lock.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d962b50eede7adbdc0a5fe9a37dc7c85f3293ae9
---

 src/video_output/video_output.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index 8de929c..8ac0e34 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -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 );




More information about the vlc-devel mailing list