[][src]Function ffmpeg_dev::sys::av_i2int

pub unsafe extern "C" fn av_i2int(a: AVInteger) -> i64

Convert the given AVInteger to an int64_t. If the AVInteger is too large to fit into an int64_t, then only the least significant 64 bits will be used.