mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
add DVB-C2
This commit is contained in:
parent
c008e44bf6
commit
5988565066
@ -391,6 +391,10 @@ int main(int argc, char **argv)
|
||||
printf("unknown mtype %s\n", optarg);
|
||||
break;
|
||||
case 'd':
|
||||
if (!strcmp(optarg, "C2"))
|
||||
delsys = SYS_DVBC2;
|
||||
if (!strcmp(optarg, "DVBC2"))
|
||||
delsys = SYS_DVBC2;
|
||||
if (!strcmp(optarg, "C"))
|
||||
delsys = SYS_DVBC_ANNEX_A;
|
||||
if (!strcmp(optarg, "DVBC"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user