X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_tractor.c;h=d41eba1eb843e218c457bc01987ca31e79f5cc3f;hb=da46016cc4e9c751ab346b9b8f451a59cd276b03;hp=4a26d0bf46e6035c8b045c5a8fdf76e31fa61a58;hpb=85fef9bf91892619503967c8be84814945e0868c;p=melted diff --git a/src/framework/mlt_tractor.c b/src/framework/mlt_tractor.c index 4a26d0b..d41eba1 100644 --- a/src/framework/mlt_tractor.c +++ b/src/framework/mlt_tractor.c @@ -344,7 +344,7 @@ static int producer_get_frame( mlt_producer parent, mlt_frame_ptr frame, int tra if ( audio != NULL ) { mlt_frame_push_audio( *frame, audio ); - ( *frame )->get_audio = producer_get_audio; + mlt_frame_push_audio( *frame, producer_get_audio ); } if ( video != NULL )