From ec62d085ab0d1a28856e272514eec564a3e47687 Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Mon, 12 Jan 2004 14:02:42 +0000 Subject: [PATCH] minor corrections git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@65 d19143bc-622f-0410-bfdd-b5b2a6649095 --- mlt/src/framework/mlt_playlist.c | 1 + src/framework/mlt_playlist.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/mlt/src/framework/mlt_playlist.c b/mlt/src/framework/mlt_playlist.c index 1ed7603..519585c 100644 --- a/mlt/src/framework/mlt_playlist.c +++ b/mlt/src/framework/mlt_playlist.c @@ -236,6 +236,7 @@ static mlt_producer mlt_playlist_virtual_seek( mlt_playlist this ) producer = entry->producer; position = mlt_producer_frame_position( producer, mlt_producer_get_in( producer ) ); mlt_producer_seek_frame( producer, position + entry->frame_out ); + mlt_producer_set_speed( this_producer, 0 ); mlt_producer_set_speed( producer, 0 ); } else if ( !strcmp( eof, "loop" ) && total > 0 ) diff --git a/src/framework/mlt_playlist.c b/src/framework/mlt_playlist.c index 1ed7603..519585c 100644 --- a/src/framework/mlt_playlist.c +++ b/src/framework/mlt_playlist.c @@ -236,6 +236,7 @@ static mlt_producer mlt_playlist_virtual_seek( mlt_playlist this ) producer = entry->producer; position = mlt_producer_frame_position( producer, mlt_producer_get_in( producer ) ); mlt_producer_seek_frame( producer, position + entry->frame_out ); + mlt_producer_set_speed( this_producer, 0 ); mlt_producer_set_speed( producer, 0 ); } else if ( !strcmp( eof, "loop" ) && total > 0 ) -- 1.7.4.4