Commit 9270ed79 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Forgot this file

parent 9025fab9
......@@ -2047,7 +2047,7 @@ static void transcode_video_close( sout_stream_t *p_stream,
if( p_stream->p_sys->i_threads >= 1 )
{
vlc_mutex_lock( &p_stream->p_sys->lock_out );
p_stream->p_sys->b_die = 1;
vlc_object_kill( p_stream->p_sys );
vlc_cond_signal( &p_stream->p_sys->cond );
vlc_mutex_unlock( &p_stream->p_sys->lock_out );
vlc_thread_join( p_stream->p_sys );
......
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