Commit 23f43118 authored by Rafaël Carré's avatar Rafaël Carré

transcode: remove unneeded deinit

parent a4a43a82
......@@ -587,7 +587,6 @@ void transcode_video_close( sout_stream_t *p_stream,
picture_fifo_Delete( p_stream->p_sys->pp_pics );
block_ChainRelease( p_stream->p_sys->p_buffers );
p_stream->p_sys->pp_pics = NULL;
}
vlc_mutex_destroy( &p_stream->p_sys->lock_out );
......
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