Ticket #3618: mythtv_NVP_GetJumpPos.diff

File mythtv_NVP_GetJumpPos.diff, 761 bytes (added by Shane Shrybman <gnome42@…>, 16 years ago)

Move GetJumpPos?() call

  • libs/libmythtv/NuppelVideoPlayer.cpp

     
    31373137    VERBOSE(VB_PLAYBACK, "JumpToProgram(void)");
    31383138    bool discontinuity = false, newtype = false;
    31393139    int newid = -1;
     3140    long long nextpos = livetvchain->GetJumpPos();
    31403141    ProgramInfo *pginfo = livetvchain->GetSwitchProgram(discontinuity, newtype,
    31413142                                                        newid);
    31423143    if (!pginfo)
    31433144        return;
    31443145
    3145     long long nextpos = livetvchain->GetJumpPos();
    31463146    bool newIsDummy = livetvchain->GetCardType(newid) == "DUMMY";
    31473147   
    31483148    SetPlaybackInfo(pginfo);