Ticket #6059: mythtv_PIPLocation_setting.diff

File mythtv_PIPLocation_setting.diff, 579 bytes (added by Shane Shrybman, 15 years ago)
  • libs/libmythtv/NuppelVideoPlayer.cpp

     
    39413941        }
    39423942    }
    39433943
     3944    if (sim_pip_players.isEmpty())
     3945    {
     3946        return (PIPLocation)gContext->GetNumSetting("PIPLocation", kPIPTopLeft);
     3947    }
     3948
    39443949    // order of preference, could be stored in db if we want it configurable
    39453950    PIPLocation ols[] =
    39463951        { kPIPTopLeft, kPIPTopRight, kPIPBottomLeft, kPIPBottomRight };