mmsharing/mmshengine/src/musengclipsession.cpp
branchRCL_3
changeset 41 755f0370535b
parent 38 ac48f0cc9f9c
--- a/mmsharing/mmshengine/src/musengclipsession.cpp	Wed Sep 15 12:09:15 2010 +0300
+++ b/mmsharing/mmshengine/src/musengclipsession.cpp	Wed Oct 13 14:28:06 2010 +0300
@@ -1105,13 +1105,11 @@
                         position.Int64(), 
                         duration.Int64() )
                         
-            isRewindFromEnd = 
+            TRAP( error, isRewindFromEnd = 
                         ( position.Int64() != 0 && 
-                          position.Int64() == duration.Int64() && 
                           !filesource->IsEnabled() && 
                           videoOut->State() == CMceMediaStream::EDisabled &&
-                          !iPause );
-                          
+                          !iPause ) )
             if(  isRewindFromEnd )
                 {
                 MUS_LOG( "mus: [ENGINE]     Rewind from end of clip" )