Function av_timecode_check_frame_rate

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

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

@return 0 if supported, <0 otherwise