AV_VERSION_DOT.AV_VERSION_DOT

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template AV_VERSION_DOT(int a, int b, int c)
extern (C) @nogc nothrow
enum AV_VERSION_DOT = format!"%s.%s.%s"(a, b, c);

Meta