Ticket #4471: t4473.diff

File t4473.diff, 607 bytes (added by Janne Grunau, 16 years ago)
  • libs/libmythtv/dvbchannel.cpp

     
    706706    // send DVB-S setup
    707707    if (is_dvbs)
    708708    {
    709         // make sure we tune to frequency, no matter what happens..
    710         // causes glitches after multirec merge
    711         //reset = first_tune = true;
     709        // make sure we tune to frequency, if the card is not locked
     710        reset = first_tune = !HasLock();
    712711
    713712        // configure for new input
    714713        if (!same_input)