X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2Fsrc%2Fframework%2Fmlt_playlist.c;h=e79e43ca01325fe812b79a1407fbeaef6c12157f;hb=092636b85449e57fd33ffd4954a2de23c2a5f81c;hp=b2f9bc863f9412250f7b689804d92c6e7fa74ef0;hpb=885cb897cfb90465e61c39c1c266891b7e499055;p=melted diff --git a/mlt/src/framework/mlt_playlist.c b/mlt/src/framework/mlt_playlist.c index b2f9bc8..e79e43c 100644 --- a/mlt/src/framework/mlt_playlist.c +++ b/mlt/src/framework/mlt_playlist.c @@ -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 );