[vlmc-devel] commit: TrackWorkflow: Fixing typo. ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Sun Aug 15 20:53:49 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sat Aug 7 16:45:21 2010 +0200| [69b6dc4672ddb86d3eecba0a92fa70d25d5f2031] | committer: Hugo Beauzée-Luyssen
TrackWorkflow: Fixing typo.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=69b6dc4672ddb86d3eecba0a92fa70d25d5f2031
---
src/Workflow/TrackWorkflow.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Workflow/TrackWorkflow.cpp b/src/Workflow/TrackWorkflow.cpp
index 3ae0f6c..d4206bb 100644
--- a/src/Workflow/TrackWorkflow.cpp
+++ b/src/Workflow/TrackWorkflow.cpp
@@ -181,7 +181,7 @@ TrackWorkflow::renderClip( ClipWorkflow* cw, qint64 currentFrame,
//We check for a difference greater than one to avoid false positive when starting.
if ( ( qAbs(start - currentFrame) > 1 ) || cw->getClipHelper()->begin() != 0 )
{
- //Clip was not started as its real begining: adjust the position
+ //Clip was not started at its real begining: adjust the position
adjustClipTime( currentFrame, start, cw );
}
return cw->getOutput( mode );
More information about the Vlmc-devel
mailing list