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:
		| @@ -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")) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 internal
					internal