From c60ea1405def09b12fce872b9202ab76279dd537 Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Mon, 13 Sep 2004 16:07:33 +0000 Subject: [PATCH] position fixing git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@416 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/modules/avformat/producer_avformat.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/modules/avformat/producer_avformat.c b/src/modules/avformat/producer_avformat.c index bd6927a..c36c890 100644 --- a/src/modules/avformat/producer_avformat.c +++ b/src/modules/avformat/producer_avformat.c @@ -1001,7 +1001,7 @@ static int producer_get_frame( mlt_producer this, mlt_frame_ptr frame, int index mlt_frame_set_position( *frame, mlt_producer_position( this ) ); // Set the position of this producer - mlt_properties_set_position( mlt_frame_properties( *frame ), "avformat_position", mlt_producer_position( this ) ); + mlt_properties_set_position( mlt_frame_properties( *frame ), "avformat_position", mlt_producer_frame( this ) ); // Set up the video producer_set_up_video( this, *frame ); -- 1.7.4.4