add isdbs

This commit is contained in:
rjkm
2020-12-01 15:52:55 +01:00
parent 0a9fd4c2e1
commit 3b1fcec9e1
3 changed files with 28 additions and 0 deletions

View File

@@ -414,6 +414,8 @@ int main(int argc, char **argv)
delsys = SYS_ISDBC;
if (!strcmp(optarg, "ISDBT"))
delsys = SYS_ISDBT;
if (!strcmp(optarg, "ISDBS"))
delsys = SYS_ISDBS;
break;
case 'p':
if (!strcmp(optarg, "h") || !strcmp(optarg, "H"))