diff -r f6d44a0cd476 -r 13331705e488 videoplayback/videohelix/src/mpxvideoseeker.cpp --- a/videoplayback/videohelix/src/mpxvideoseeker.cpp Fri May 28 09:45:19 2010 +0300 +++ b/videoplayback/videohelix/src/mpxvideoseeker.cpp Fri Jun 11 09:44:20 2010 +0300 @@ -15,7 +15,7 @@ * */ -// Version : %version: 9 % +// Version : %version: 10 % // INCLUDE FILES @@ -37,6 +37,7 @@ const TInt KDurationB(180000000); // 180 sec const TInt64 KSpeedAIncrements(2000000); // 2 sec const TInt64 KSpeedBIncrements(4000000); // 4 sec +const TInt64 KSpeedOffset(3000000); // 3 sec #endif // ============================ MEMBER FUNCTIONS =================================================== @@ -311,7 +312,7 @@ } else { - iIncrements = (TInt)( iDuration / 200 ) + 3; + iIncrements = (TInt)( iDuration / 200 ) + KSpeedOffset; } }