vlc | branch: master | Francois Cartegnie <[email protected]> | Mon Apr 18 13:16:17 2016 +0200| [6cb75f1a2062609070d20c809d67f063c7c6783f] | committer: Francois Cartegnie
access: dvb: scan: supress superfluous debug > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6cb75f1a2062609070d20c809d67f063c7c6783f --- modules/access/dvb/scan.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/access/dvb/scan.c b/modules/access/dvb/scan.c index 3868367..0dafbd2 100644 --- a/modules/access/dvb/scan.c +++ b/modules/access/dvb/scan.c @@ -1273,6 +1273,7 @@ static void NITCallBack( scan_session_t *p_session, dvbpsi_nit_t *p_nit ) str1[p_dsc->i_length] = '\0'; msg_Dbg( p_obj, " * name %s", str1 ); } +#if 0 else if( p_dsc->i_tag == 0x4a ) { dvbpsi_linkage_dr_t *p_l = dvbpsi_DecodeLinkageDr( p_dsc ); @@ -1285,6 +1286,7 @@ static void NITCallBack( scan_session_t *p_session, dvbpsi_nit_t *p_nit ) msg_Dbg( p_obj, " * linkage_type %" PRIu8, p_l->i_linkage_type ); } } +#endif else { msg_Dbg( p_obj, " * dsc 0x%x", p_dsc->i_tag ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
