]> git.sesse.net Git - mlt/blobdiff - src/modules/core/producer_consumer.c
Move logic for when to auto-insert consumer producer.
[mlt] / src / modules / core / producer_consumer.c
index 4803e96f9b5046c05ebbc455d5b50c28774edd2c..7cfd7e4a028c28841e1a96e9f214e0ec5003eeb2 100644 (file)
@@ -104,11 +104,13 @@ static int get_frame( mlt_producer this, mlt_frame_ptr frame, int index )
                {
                        cx->profile = mlt_profile_init( profile_name );
                        cx->is_close_profile = 1;
+                       cx->profile->is_explicit = 1;
                }
                else
                {
                        cx->profile = profile;
                        cx->is_close_profile = 0;
+                       cx->profile->is_explicit = 0;
                }
 
                // For now, we must conform the nested network's frame rate to the parent network's