version

Function version 

Source
pub fn version() -> u32
Expand description

Returns the libavformat version number.

The version is encoded as (major << 16) | (minor << 8) | micro.