[dvblast-devel] [PATCH 3/9] demux: Do not log EIT tables by default

Georgi Chorbadzhiyski gf at unixsol.org
Sat Jan 20 13:42:51 CET 2018


They carry a lot of information and the log is filled up rapidly.
---
 demux.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/demux.c b/demux.c
index aa3dabc..b4f2814 100644
--- a/demux.c
+++ b/demux.c
@@ -3027,7 +3027,6 @@ static void HandleEIT( uint16_t i_pid, uint8_t *p_eit, mtime_t i_dts )
     free(p_sid->pp_eit_sections[i_section]);
     p_sid->pp_eit_sections[i_section] = p_eit;
 
-    eit_print( p_eit, msg_Dbg, NULL, demux_Iconv, NULL, PRINT_TEXT );
     if ( b_print_enabled )
     {
         eit_print( p_eit, demux_Print, NULL,
-- 
2.14.1



More information about the dvblast-devel mailing list