From 56b31bed88dd5887d6025851b213681841a0c2bc Mon Sep 17 00:00:00 2001 From: satbaby Date: Sun, 19 Dec 2010 13:31:24 +0000 Subject: [PATCH] -fix bug 0000350 git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@947 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/zapit/src/descriptors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/descriptors.cpp b/src/zapit/src/descriptors.cpp index ec6338218..97e23361d 100644 --- a/src/zapit/src/descriptors.cpp +++ b/src/zapit/src/descriptors.cpp @@ -385,7 +385,7 @@ uint8_t fix_service_type(uint8_t type) { if((type == 0x9A) || (type == 0x86) || (type==0xc3) || (type==0xc5) || (type==0xc6) || - (type == 0x11) || (type == 0x19) || (type == 0x82) | + (type == 0x11) || (type == 0x16) || (type == 0x19) || (type == 0x82) | (type == 0x87) || (type == 0xd3) ) return 1; return type;