mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
src/zapit/src/scansdt.cpp add 0x1f to CSdt::FixServiceType (h265 codec) (THX Janus)
This commit is contained in:
@@ -237,8 +237,8 @@ uint8_t CSdt::FixServiceType(uint8_t type)
|
|||||||
{
|
{
|
||||||
if((type == 0x9A) || (type == 0x86) || (type==0xc3) ||
|
if((type == 0x9A) || (type == 0x86) || (type==0xc3) ||
|
||||||
(type==0xc5) || (type==0xc6) || (type == 0x11) ||
|
(type==0xc5) || (type==0xc6) || (type == 0x11) ||
|
||||||
(type == 0x16) || (type == 0x19) || (type == 0x82) ||
|
(type == 0x16) || (type == 0x19) || (type == 0x1f) ||
|
||||||
(type == 0x87) || (type == 0xd3))
|
(type == 0x82) || (type == 0x87) || (type == 0xd3))
|
||||||
return 1;
|
return 1;
|
||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user