From 6106b71a6e986b6a742af711a12c25804f7fd9b5 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 23 Oct 2014 15:22:56 +0200 Subject: [PATCH] tsfix: fix pts/dts for all streams (including teletext) --- src/plumbing/tsfix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plumbing/tsfix.c b/src/plumbing/tsfix.c index f39a5550..832817e9 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;