[vlc-commits] caf: remove redundant es_out_Del()

Rémi Denis-Courmont git at videolan.org
Thu May 3 18:38:57 CEST 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu May  3 19:29:13 2018 +0300| [9c093e9390c02cfb0e17bcde6cbaeee1096c6781] | committer: Rémi Denis-Courmont

caf: remove redundant es_out_Del()

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

 modules/demux/caf.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/demux/caf.c b/modules/demux/caf.c
index fca08466fb..95c4d74b2f 100644
--- a/modules/demux/caf.c
+++ b/modules/demux/caf.c
@@ -1087,8 +1087,6 @@ static void Close( vlc_object_t *p_this )
     demux_t     *p_demux = (demux_t*)p_this;
     demux_sys_t *p_sys = p_demux->p_sys;
 
-    es_out_Del( p_demux->out, p_sys->es );
-
     free( p_sys->fmt.p_extra );
     free( p_sys );
 }



More information about the vlc-commits mailing list