]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvb psi: fix the removed MPEG2VIDEO assignment, fixes #5752
authorJaroslav Kysela <perex@perex.cz>
Sat, 19 Oct 2019 06:24:20 +0000 (08:24 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sat, 19 Oct 2019 06:27:31 +0000 (08:27 +0200)
src/input/mpegts/dvb_psi_pmt.c

index 87debc39326d2c6e9b48119d6f917296367acf19..bff3a7d3456b299849e17722048f6a634ad2d806 100644 (file)
@@ -319,6 +319,7 @@ dvb_psi_parse_pmt
     switch(estype) {
     case 0x01:
     case 0x02:
+      hts_stream_type = SCT_MPEG2VIDEO;
       break;
 
     case 0x03: