summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-12-25 14:11:39 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-12-25 14:11:39 +0100
commitf34a6d66a03669c9147335f5664d21d7af866f1b (patch)
treef102c42a7b9aca2809f922e98db03d33f339936d
parent104bddc56068d6d613d6f159d5d7380ac0f7ab68 (diff)
downloadvdr-f34a6d66a03669c9147335f5664d21d7af866f1b.tar.gz
vdr-f34a6d66a03669c9147335f5664d21d7af866f1b.tar.bz2
Removed a leftover debugging line
-rw-r--r--remux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/remux.h b/remux.h
index 391663b4..b2b1573c 100644
--- a/remux.h
+++ b/remux.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: remux.h 5.1 2021/05/11 20:47:31 kls Exp $
+ * $Id: remux.h 5.2 2021/12/25 14:11:39 kls Exp $
*/
#ifndef __REMUX_H
@@ -225,7 +225,6 @@ int64_t PtsDiff(int64_t Pts1, int64_t Pts2);
class cTsPayload {
private:
-public://XXX
uchar *data;
int length;
int pid;