Commit f50b2f81 authored by Sam Hocevar's avatar Sam Hocevar

* ./src/video_output/video_output.c: fixed the "picture has invalid status"

    bug which might have been the cause of crashes.
parent b8be022f
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* thread, and destroy a previously oppened video output thread. * thread, and destroy a previously oppened video output thread.
***************************************************************************** *****************************************************************************
* Copyright (C) 2000-2001 VideoLAN * Copyright (C) 2000-2001 VideoLAN
* $Id: video_output.c,v 1.180 2002/05/29 18:39:14 sam Exp $ * $Id: video_output.c,v 1.180.2.1 2002/06/02 02:23:34 sam Exp $
* *
* Authors: Vincent Seguin <seguin@via.ecp.fr> * Authors: Vincent Seguin <seguin@via.ecp.fr>
* *
...@@ -575,6 +575,7 @@ static void RunThread( vout_thread_t *p_vout) ...@@ -575,6 +575,7 @@ static void RunThread( vout_thread_t *p_vout)
p_last_picture->i_status = DESTROYED_PICTURE; p_last_picture->i_status = DESTROYED_PICTURE;
p_vout->i_heap_size--; p_vout->i_heap_size--;
} }
p_last_picture = NULL;
vlc_mutex_unlock( &p_vout->picture_lock ); vlc_mutex_unlock( &p_vout->picture_lock );
} }
......
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