Changeset 43737 for titan


Ignore:
Timestamp:
04/14/19 19:46:52 (5 years ago)
Author:
gost
Message:

fix DVB-C scan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/frontenddev.h

    r43682 r43737  
    20352035#endif
    20362036        }
    2037        
     2037        //Workaround... neue scan Tabelle ist in Khz und nicht mehr in Hz
     2038        if(tpnode->frequency < 1000000)
     2039                tpnode->frequency = tpnode->frequency * 1000;
    20382040        p[0].cmd = DTV_CLEAR;
    20392041        p[1].cmd = DTV_DELIVERY_SYSTEM, p[1].u.data = system;
Note: See TracChangeset for help on using the changeset viewer.