]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvb psi lib: don't reset table when stuffing section is received
authorJaroslav Kysela <perex@perex.cz>
Fri, 23 Feb 2018 19:40:43 +0000 (20:40 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 23 Feb 2018 19:40:56 +0000 (20:40 +0100)
src/input/mpegts/dvb_psi_lib.c

index 039e23c0231bd9481c090198e86989374462317c..6d59a216853f4314edce1318aaff062d9f7b5b65 100644 (file)
@@ -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;
   }