av_find_nearest_q_idx

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

extern (C) @nogc nothrow
int
av_find_nearest_q_idx

Meta