Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvb-psi: Fix LCN for UMKBW germany DVB-C
  • Loading branch information
herrnst authored and perexg committed Dec 21, 2014
1 parent 8df348f commit 74c563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/dvb_psi.c
Expand Up @@ -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:
Expand Down

0 comments on commit 74c563f

Please sign in to comment.