mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 06:40:01 +01:00
set default framerate if none detected or given (override with norm parameter or fps)
This commit is contained in:
@@ -3657,6 +3657,11 @@ static void configure_dummy_defaults(veejay_t *info, char override_norm, float f
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if( dfps <= 0.0 ) {
|
||||||
|
veejay_msg(VEEJAY_MSG_WARNING, "No framerate set or detected" );
|
||||||
|
dfps = vj_el_get_default_framerate(info->dummy->norm);
|
||||||
|
}
|
||||||
|
|
||||||
info->settings->output_fps = dfps;
|
info->settings->output_fps = dfps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user