summaryrefslogtreecommitdiff
path: root/cutter.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-21 09:53:27 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-21 09:53:27 +0200
commit3b1b5bde681febf6a3900438fbc2d386511c4393 (patch)
treec5366208fb27c2b8b2281f0eebf52af44a10e676 /cutter.c
parent82813f48c4f95d8cedbd2add70baf7962aad2ca1 (diff)
downloadvdr-3b1b5bde681febf6a3900438fbc2d386511c4393.tar.gz
vdr-3b1b5bde681febf6a3900438fbc2d386511c4393.tar.bz2
Removed TsGetContinuityCounter() from remux.h, using TsContinuityCounter() instead
Diffstat (limited to 'cutter.c')
-rw-r--r--cutter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cutter.c b/cutter.c
index 587fddf0..67dc4ef5 100644
--- a/cutter.c
+++ b/cutter.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: cutter.c 4.2 2015/08/09 12:24:28 kls Exp $
+ * $Id: cutter.c 4.3 2017/05/21 09:45:06 kls Exp $
*/
#include "cutter.h"
@@ -500,7 +500,7 @@ bool cCuttingThread::FixFrame(uchar *Data, int &Length, bool Independent, int In
TsSetContinuityCounter(p, counter[Pid]);
}
else
- counter[Pid] = TsGetContinuityCounter(p); // collect initial counters
+ counter[Pid] = TsContinuityCounter(p); // collect initial counters
// Adjust PTS:
int64_t Pts = TsGetPts(p, TS_SIZE);
if (Pts >= 0) {