]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvb psi: fix the wrong data pass to mpegts_table_dispatch, fixes #4472
authorJaroslav Kysela <perex@perex.cz>
Thu, 6 Jul 2017 06:49:51 +0000 (08:49 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 6 Jul 2017 06:50:45 +0000 (08:50 +0200)
src/input/mpegts/dvb_psi_lib.c

index 081b102ae0e9b24658b9dee71aaee87e0be4e409..8f7785be1d265a7d9ae0b5ac69ccd6731c999fec 100644 (file)
@@ -122,7 +122,7 @@ mpegts_psi_section_reassemble0
   }
 
   excess = mt->mt_sect.ps_offset - tsize;
-  mt->mt_sect.ps_offset = 0;
+  mt->mt_sect.ps_lock = 0;
 
   if (cb)
     cb(p, tsize - (crc ? 4 : 0), opaque);