]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_playlist.c
ppm ffmpeg
[mlt] / src / framework / mlt_playlist.c
index b2f9bc863f9412250f7b689804d92c6e7fa74ef0..e79e43ca01325fe812b79a1407fbeaef6c12157f 100644 (file)
@@ -116,7 +116,7 @@ static int mlt_playlist_virtual_append( mlt_playlist this, mlt_producer producer
                // Inherit it from the producer
                fps = mlt_producer_get_fps( producer );
        }
-       else
+       else if ( fps != mlt_properties_get_double( mlt_producer_properties( producer ), "fps" ) )
        {
                // Generate a warning for now - the following attempt to fix may fail
                fprintf( stderr, "Warning: fps mismatch on playlist producer %d\n", this->count );