[vlc-commits] packetizer: copy: Remove invalid es_format_Clean

Hugo Beauzée-Luyssen git at videolan.org
Sun Nov 12 18:48:34 CET 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Sun Nov 12 18:40:26 2017 +0100| [5134180d0863a79663b3e2a202eed9dc86bde5b5] | committer: Hugo Beauzée-Luyssen

packetizer: copy: Remove invalid es_format_Clean

This is the core's responsibility

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

 modules/packetizer/copy.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/packetizer/copy.c b/modules/packetizer/copy.c
index b3aeb8cbcb..7c02cfc94f 100644
--- a/modules/packetizer/copy.c
+++ b/modules/packetizer/copy.c
@@ -137,7 +137,6 @@ static void Close( vlc_object_t *p_this )
         block_ChainRelease( p_dec->p_sys->p_block );
     }
 
-    es_format_Clean( &p_dec->fmt_out );
     free( p_dec->p_sys );
 }
 



More information about the vlc-commits mailing list