From 963f7cb40d682d31a9f9ff196bc1b973bd966981 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 23 Feb 2018 20:40:43 +0100 Subject: [PATCH] dvb psi lib: don't reset table when stuffing section is received --- src/input/mpegts/dvb_psi_lib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input/mpegts/dvb_psi_lib.c b/src/input/mpegts/dvb_psi_lib.c index ef0648bd3..388cffd77 100644 --- a/src/input/mpegts/dvb_psi_lib.c +++ b/src/input/mpegts/dvb_psi_lib.c @@ -106,7 +106,6 @@ mpegts_psi_section_reassemble0 return len; // Not there yet if(p[0] == 0x72) { /* stuffing section */ - dvb_table_reset(mt); cb = NULL; crc = 0; } -- 2.47.3