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

Georgi Chorbadzhiyski gf at unixsol.org
Thu Jan 25 01:19:38 CET 2018


-------------- next part --------------
From e9599a803464df2865c5621f2adb03510ec85c67 Mon Sep 17 00:00:00 2001
From: Georgi Chorbadzhiyski <gf at unixsol.org>
Date: Sun, 19 Nov 2017 17:04:40 +0200
Subject: [PATCH 3/9] demux: Do not log EIT tables by default

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.16.0



More information about the dvblast-devel mailing list