pub unsafe extern "C" fn av_log2_i(a: AVInteger) -> c_int
Return the rounded-down value of the base 2 logarithm of the given AVInteger. This is simply the index of the most significant bit which is 1, or 0 if all bits are 0.