Some fixes for alpha masks
[melted] / src / framework / mlt_playlist.c
index 0787bfb..6ebf37a 100644 (file)
@@ -1078,7 +1078,7 @@ static int producer_get_frame( mlt_producer producer, mlt_frame_ptr frame, int i
        // Set the consumer progressive property
        if ( progressive )
        {
-               mlt_properties_set_int( properties, "consumer_progressive", progressive );
+               mlt_properties_set_int( properties, "consumer_deinterlace", progressive );
                mlt_properties_set_int( properties, "test_audio", 1 );
        }