LIBAVUTIL_VERSION_MAJOR

@defgroup lavu_ver Version and Build diagnostics

Macros and function useful to check at compiletime and at runtime which version of libavutil is in use.

@{

extern (C) @nogc nothrow
enum LIBAVUTIL_VERSION_MAJOR = 56;

Meta