Ticket #2692: 061119_fix_bandwidth.diff

File 061119_fix_bandwidth.diff, 810 bytes (added by Janne <janne-mythtv@…>, 17 years ago)
  • mythtv/libs/libmythtv/dtvconfparserhelpers.cpp

    diff --git a/mythtv/libs/libmythtv/dtvconfparserhelpers.cpp b/mythtv/libs/libmythtv/dtvconfparserhelpers.cpp
    index f79a803..1748866 100644
    a b const DTVParamHelperStruct DTVBandwidth: 
    128128
    129129const DTVParamHelperStruct DTVBandwidth::parseTable[] =
    130130{
    131    { "auto", kBandwidthAuto },
     131   { "a",    kBandwidthAuto },
    132132   { "8",    kBandwidth8MHz },
    133133   { "7",    kBandwidth7MHz },
    134134   { "6",    kBandwidth6MHz },
    const char *DTVBandwidth::dbStr[DTVBandw 
    140140    "8",   ///< kBandwidth8MHz
    141141    "7",   ///< kBandwidth7MHz
    142142    "6",   ///< kBandwidth6MHz
    143     "auto" ///< kBandwidthAUTO
     143    "a"    ///< kBandwidthAUTO
    144144};
    145145
    146146const DTVParamHelperStruct DTVCodeRate::confTable[] =