Index: libs/libmythtv/tv_play.cpp
===================================================================
--- libs/libmythtv/tv_play.cpp	(revision 12950)
+++ libs/libmythtv/tv_play.cpp	(working copy)
@@ -3526,7 +3526,7 @@
         usleep(5000);
     }
     VERBOSE(VB_PLAYBACK, "PiP NVP Started -- restart");
-    pipnvp->FastForward(pip.frame/piprecorder->GetFrameRate());
+    pipnvp->FastForward(main.frame/piprecorder->GetFrameRate());
 
     if (pipnvp->IsDecoderThreadAlive())
         nvp->SetPipPlayer(pipnvp);
