From: Jaroslav Kysela Date: Thu, 9 Apr 2015 09:55:26 +0000 (+0200) Subject: dvb_psi_lib: remove the wrong pmt hack - causes scan FAIL issues in this form X-Git-Tag: v4.1~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e138492f5e5724bbb938746dc68771b20d67b952;p=thirdparty%2Ftvheadend.git dvb_psi_lib: remove the wrong pmt hack - causes scan FAIL issues in this form --- diff --git a/src/input/mpegts/dvb_psi_lib.c b/src/input/mpegts/dvb_psi_lib.c index fafcbe6ce..7f48caa9c 100644 --- a/src/input/mpegts/dvb_psi_lib.c +++ b/src/input/mpegts/dvb_psi_lib.c @@ -298,6 +298,7 @@ dvb_table_begin tvhtrace(mt->mt_name, " section %d last %d ver %d (ver %d st %d incomp %d comp %d)", *sect, *last, *ver, st->version, st->complete, mt->mt_incomplete, mt->mt_complete); +#if 0 // FIXME, cannot be enabled in this form /* Ignore previous version */ /* This check is for the broken PMT tables where: * last 0 version 21 = PCR + Audio PID 0x0044 @@ -305,6 +306,7 @@ dvb_table_begin */ if (*last == 0 && st->version - 1 == *ver) return -1; +#endif /* New version */ if (st->version != *ver) {