X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_frame.c;h=ce820b9a0e74c3df928c52153240c0bfafcd2c54;hb=2c0cf75e5da5906e48c5a6398bd48d04501283b9;hp=360ecb02767745f2154ab29c336c8562ef3efd99;hpb=b516a26231b16a26f37b56cb9a298a2d9e6c0e23;p=melted diff --git a/src/framework/mlt_frame.c b/src/framework/mlt_frame.c index 360ecb0..ce820b9 100644 --- a/src/framework/mlt_frame.c +++ b/src/framework/mlt_frame.c @@ -88,7 +88,7 @@ mlt_properties mlt_frame_properties( mlt_frame this ) int mlt_frame_is_test_card( mlt_frame this ) { - return mlt_properties_get_int( mlt_frame_properties( this ), "test_image" ); + return mlt_deque_count( this->stack_image ) == 0 || mlt_properties_get_int( mlt_frame_properties( this ), "test_image" ); } /** Check if we have a way to derive something than test audio.