Function av_i2int

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

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.