Commit f4180b54 authored by Anthony Loiseau's avatar Anthony Loiseau Committed by Rémi Duraffort

demux/ts: remove redundant test (cosmetic)

Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent d8b897c8
......@@ -3851,8 +3851,6 @@ static void PMTCallBack( demux_t *p_demux, dvbpsi_pmt_t *p_pmt )
msg_Dbg( p_demux, " * descriptor : CA (0x9) SysID 0x%x", i_sysid );
}
else if( p_dr->i_tag == 0x05 )
{
if( p_dr->i_tag == 0x05 )
{
/* Registration Descriptor */
if( p_dr->i_length != 4 )
......@@ -3869,7 +3867,6 @@ static void PMTCallBack( demux_t *p_demux, dvbpsi_pmt_t *p_pmt )
}
}
}
}
else
{
msg_Dbg( p_demux, " * descriptor : unknown (0x%x)", p_dr->i_tag );
......
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