Ticket #3175: swappip_fix_seek_value.patch

File swappip_fix_seek_value.patch, 515 bytes (added by celston <AT> katalix <D> com, 17 years ago)

Fix for incorrect PiP seek value in swap operation

  • libs/libmythtv/tv_play.cpp

     
    35263526        usleep(5000);
    35273527    }
    35283528    VERBOSE(VB_PLAYBACK, "PiP NVP Started -- restart");
    3529     pipnvp->FastForward(pip.frame/piprecorder->GetFrameRate());
     3529    pipnvp->FastForward(main.frame/piprecorder->GetFrameRate());
    35303530
    35313531    if (pipnvp->IsDecoderThreadAlive())
    35323532        nvp->SetPipPlayer(pipnvp);