From: Jaroslav Kysela Date: Thu, 23 Oct 2014 13:22:56 +0000 (+0200) Subject: tsfix: fix pts/dts for all streams (including teletext) X-Git-Tag: v4.1~914 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6106b71a6e986b6a742af711a12c25804f7fd9b5;p=thirdparty%2Ftvheadend.git tsfix: fix pts/dts for all streams (including teletext) --- diff --git a/src/plumbing/tsfix.c b/src/plumbing/tsfix.c index f39a5550c..832817e95 100644 --- a/src/plumbing/tsfix.c +++ b/src/plumbing/tsfix.c @@ -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;