#[no_mangle]
pub extern "C" fn alass_options_set_framerate_correction(
    options: *mut SyncOptions,
    value: bool
) -> ResultCode
Expand description

Whether attempt correction of mismatched framerates

Currently the voice-activity detection isn’t accurate enough to support this feature and often results in framerate misdetection. It is recommended to only enable framerate correction when using subtitle generated reference spans. (default false)