[−][src]Function ffmpeg_dev::sys::av_find_nearest_q_idx
pub unsafe extern "C" fn av_find_nearest_q_idx(
q: AVRational,
q_list: *const AVRational
) -> c_int
Find the value in a list of rationals nearest a given reference rational.
@param q Reference rational
@param q_list Array of rationals terminated by {0, 0}
@return Index of the nearest value found in the array