mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Removed a TODO - detecting errors was implemented in version 2.5.4
This commit is contained in:
parent
d05765c670
commit
78a09b5926
3
device.c
3
device.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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"
|
#include "device.h"
|
||||||
@ -1588,7 +1588,6 @@ int cDevice::PlayTsSubtitle(const uchar *Data, int Length)
|
|||||||
return Length;
|
return Length;
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO detect and report continuity errors?
|
|
||||||
int cDevice::PlayTs(const uchar *Data, int Length, bool VideoOnly)
|
int cDevice::PlayTs(const uchar *Data, int Length, bool VideoOnly)
|
||||||
{
|
{
|
||||||
int Played = 0;
|
int Played = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user