[vlc-commits] transcode: remove unneeded deinit
    Rafaël Carré 
    git at videolan.org
       
    Tue Jan  6 13:47:52 CET 2015
    
    
  
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Jan  6 13:43:35 2015 +0100| [23f43118345b660a734e544cd6986bf4aefacd9a] | committer: Rafaël Carré
transcode: remove unneeded deinit
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23f43118345b660a734e544cd6986bf4aefacd9a
---
 modules/stream_out/transcode/video.c |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/stream_out/transcode/video.c b/modules/stream_out/transcode/video.c
index 5bce602..7fac566 100644
--- a/modules/stream_out/transcode/video.c
+++ b/modules/stream_out/transcode/video.c
@@ -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 );
    
    
More information about the vlc-commits
mailing list