Ticket #13014: preferDVBC.patch
| File preferDVBC.patch, 799 bytes (added by , 8 years ago) |
|---|
-
libs/libmythtv/recorders/dvbchannel.cpp
old new 320 320 tunerType = DTVTunerType::kTunerTypeDVBS2; 321 321 break; 322 322 case SYS_DVBT2: 323 tunerType = DTVTunerType::kTunerTypeDVBT2; 323 // Prefer the DVBC Tuner instead of the T2 Tuner 324 if (tunerType != DTVTunerType::kTunerTypeDVBC) tunerType = DTVTunerType::kTunerTypeDVBT2; 325 break; 326 case SYS_DVBC_ANNEX_AC: 327 tunerType = DTVTunerType::kTunerTypeDVBC; 324 328 break; 325 329 default: 326 330 break;
