mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
simplify
This commit is contained in:
parent
9b50e3bdc7
commit
b0e1770268
@ -203,7 +203,7 @@ void proc_ts(int i, uint8_t *buf)
|
||||
if (ccin & 0x10) {
|
||||
if ( cc[pid]) {
|
||||
// TODO: 1 repetition allowed
|
||||
if( ( ccin & 0x10 ) != 0 && (((cc[pid] + 1) & 0x0F) != (ccin & 0x0F)) )
|
||||
if ((((cc[pid] + 1) & 0x0F) != (ccin & 0x0F)))
|
||||
cc_errors += 1;
|
||||
}
|
||||
cc[pid] = ccin;
|
||||
|
Loading…
Reference in New Issue
Block a user