dvb-psi: Fix LCN for UMKBW germany DVB-C

This commit is contained in:
Daniel Scheller 2014-12-20 00:17:25 +01:00 committed by Jaroslav Kysela
parent 8df348fbc3
commit 74c563ffdf

View file

@ -1515,7 +1515,7 @@ dvb_nit_callback
case 0x82:
if (priv == 0) goto lcn;
case 0x83:
if (priv == 0 || priv == 0x28 || priv == 0xa5) goto lcn;
if (priv == 0 || priv == 0x28 || priv == 0x29 || priv == 0xa5) goto lcn;
case 0x86:
if (priv == 0) goto lcn;
case 0x93: