? PlayButtonSlomo.patch Index: libs/libmythtv/tv_play.cpp =================================================================== RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/tv_play.cpp,v retrieving revision 1.167 diff -b -u -2 -r1.167 tv_play.cpp --- libs/libmythtv/tv_play.cpp 2 Mar 2004 22:02:14 -0000 1.167 +++ libs/libmythtv/tv_play.cpp 14 Mar 2004 17:58:46 -0000 @@ -1714,5 +1714,4 @@ void TV::DoPlay(void) { - speed_index = 0; float time = 0.0; @@ -1721,4 +1720,5 @@ time = StopFFRew(); activenvp->Play(1.0, true); + speed_index = 0; } else if (paused || (speed_index != 0)) @@ -1726,4 +1726,5 @@ activenvp->Play(1.0, true); paused = false; + speed_index = 0; }