summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2022-01-13 10:56:01 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2022-01-13 10:56:01 +0100
commit78a09b59267439deb496ec43ba5b73f1d197a258 (patch)
tree7db6fff2acd832749d7a1c2d76c43fca2fe0c036
parentd05765c670befc42e55b05a0fd75bb7771076c04 (diff)
downloadvdr-78a09b59267439deb496ec43ba5b73f1d197a258.tar.gz
vdr-78a09b59267439deb496ec43ba5b73f1d197a258.tar.bz2
Removed a TODO - detecting errors was implemented in version 2.5.4
-rw-r--r--device.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/device.c b/device.c
index 7a5eb3ce..fb251cd1 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c 5.3 2021/06/08 14:57:26 kls Exp $
+ * $Id: device.c 5.4 2022/01/13 10:56:01 kls Exp $
*/
#include "device.h"
@@ -1588,7 +1588,6 @@ int cDevice::PlayTsSubtitle(const uchar *Data, int Length)
return Length;
}
-//TODO detect and report continuity errors?
int cDevice::PlayTs(const uchar *Data, int Length, bool VideoOnly)
{
int Played = 0;