Skip to content

Commit

Permalink
Rename modulation system DMBTH to DTMB
Browse files Browse the repository at this point in the history
DTMB is the modern name that is now used in master.
DMBTH is the older name that is still used in v31.
  • Loading branch information
kmdewaal committed Sep 21, 2020
1 parent f1cfc48 commit d7ecd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/cardutil.cpp
Expand Up @@ -791,7 +791,7 @@ DTVTunerType CardUtil::ConvertToTunerType(DTVModulationSystem delsys)
case DTVModulationSystem::kModulationSystem_DVBT2:
tunertype = DTVTunerType::kTunerTypeDVBT2;
break;
case DTVModulationSystem::kModulationSystem_DMBTH:
case DTVModulationSystem::kModulationSystem_DTMB:
tunertype = DTVTunerType::kTunerTypeDVBT;
break;
case DTVModulationSystem::kModulationSystem_ATSC:
Expand Down

0 comments on commit d7ecd8f

Please sign in to comment.