summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mcast/netcv2dvbip/parse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcast/netcv2dvbip/parse.c b/mcast/netcv2dvbip/parse.c
index ab60e9e..2fa3e6a 100644
--- a/mcast/netcv2dvbip/parse.c
+++ b/mcast/netcv2dvbip/parse.c
@@ -278,6 +278,9 @@ bool StringToParameters (const char *s, channel_t * ch)
case 'Y':
s = ParseParameter (s, &ch->hierarchy, HierarchyValues);
break;
+ case 'P':
+ s+=2;
+ break;
default:
printf ("ERROR: unknown parameter key '%c' at pos %d\n",
*s, (int)((long)(s-start)));