Ticket #4471: t4473_v2.diff

File t4473_v2.diff, 800 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;
    712 
    713709        // configure for new input
    714710        if (!same_input)
     711        {
     712            // make sure we tune to frequency, if the input has changed
     713            reset = first_tune = true;
    715714            diseqc_settings.Load(inputid);
    716            
     715        }
     716
    717717        // execute diseqc commands
    718718        if (!diseqc_tree->Execute(diseqc_settings, tuning))
    719719        {