Commit b906a098 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: hevc: on exit es delete

parent 9cf9ebaf
......@@ -158,6 +158,9 @@ 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;
if( p_sys->p_es )
es_out_Del( p_demux->out, p_sys->p_es );
demux_PacketizerDestroy( p_sys->p_packetizer );
for( unsigned i=0; i<HEVC_VPS_MAX; i++ )
......
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