vdr 2.7.7
|
Public Member Functions | |
cTsChecker (void) | |
void | CheckTs (const uchar *Data, int Length) |
int | Errors (void) |
void | Clear (void) |
Private Member Functions | |
void | Report (int Pid, const char *Message) |
Private Attributes | |
uchar | counter [MAXPID] |
int | errors |
cTsChecker::cTsChecker | ( | void | ) |
Definition at line 1961 of file remux.c.
References counter, errors, and TS_CC_UNKNOWN.
void cTsChecker::CheckTs | ( | const uchar * | Data, |
int | Length ) |
Definition at line 1974 of file remux.c.
References counter, Report(), TS_CC_UNKNOWN, TS_CONT_CNT_MASK, TS_SIZE, TsContinuityCounter(), TsError(), TsHasPayload(), TsIsScrambled(), and TsPid().
|
private |
Definition at line 1967 of file remux.c.
References DebugChecks, errors, and TimeToString().
Referenced by CheckTs().
Definition at line 1951 of file remux.c.
Referenced by CheckTs(), and cTsChecker().
|
private |