version

Function version 

Source
pub fn version() -> u32
Expand description

Returns the libavcodec version number.

The version is encoded as (major << 16) | (minor << 8) | micro. Use this to check FFmpeg’s codec library version at runtime.