Function av_timecode_check_frame_rate

pub unsafe extern "C" fn av_timecode_check_frame_rate(
    rate: AVRational,
) -> i32
Expand description

Check if the timecode feature is available for the given frame rate

@return 0 if supported, <0 otherwise