]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
tsfix: fix pts/dts for all streams (including teletext)
authorJaroslav Kysela <perex@perex.cz>
Thu, 23 Oct 2014 13:22:56 +0000 (15:22 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 23 Oct 2014 13:22:56 +0000 (15:22 +0200)
src/plumbing/tsfix.c

index f39a5550c4b7f2dcedf1a78eaadf50b139cdeb91..832817e95619fb97ad6781c944744a569142ed0c 100644 (file)
@@ -154,7 +154,7 @@ normalize_ts(tsfix_t *tf, tfstream_t *tfs, th_pkt_t *pkt)
 
   int checkts = SCT_ISAUDIO(tfs->tfs_type) || SCT_ISVIDEO(tfs->tfs_type);
 
-  if (checkts || SCT_ISSUBTITLE(tfs->tfs_type)) {
+  if (1 /* all streams */) {
     if(tf->tf_tsref == PTS_UNSET) {
       pkt_ref_dec(pkt);
       return;