Skip to content

Commit

Permalink
Fix for Jet
Browse files Browse the repository at this point in the history
  • Loading branch information
javilonas committed Mar 4, 2018
1 parent df58c9c commit 6244fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module-dvbapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -4613,8 +4613,8 @@ void dvbapi_process_input(int32_t demux_id, int32_t filter_num, uchar *buffer, i
}
}
}
if((curpid->table == buffer[0] && !caid_is_irdeto(curpid->CAID)) || pvu_skip) // wait for odd / even ecm change (only not for irdeto!)

if((curpid->table == buffer[0] && !caid_is_irdeto(curpid->CAID) && !caid_is_dvn(curpid->CAID)) || pvu_skip) // wait for odd / even ecm change (only not for irdeto and dvn!)
{

if(!(er = get_ecmtask()))
Expand Down

0 comments on commit 6244fbd

Please sign in to comment.