]> 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:43 +0000 (20:40 +0100)
src/input/mpegts/dvb_psi_lib.c

index ef0648bd3bc3731d6cf0859e0f037c2174b13f4e..388cffd7744ce92b9ab852aa29a8168da6b091ba 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;
   }