From dce862a908afdad0b783f45d962d781992a0a6da Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Sat, 15 Oct 2005 12:52:00 +0000 Subject: [PATCH] + Correction for non-zero in point on the associated cut git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@853 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/modules/vmfx/filter_shape.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/modules/vmfx/filter_shape.c b/src/modules/vmfx/filter_shape.c index 54189ab..ec302c6 100644 --- a/src/modules/vmfx/filter_shape.c +++ b/src/modules/vmfx/filter_shape.c @@ -123,6 +123,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame ) { in = mlt_properties_get_int( MLT_FRAME_PROPERTIES( frame ), "in" ); out = mlt_properties_get_int( MLT_FRAME_PROPERTIES( frame ), "out" ); + position -= in; } // Duration of the shape -- 1.7.4.4