mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
simplify
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user