24 if (
nullptr == versionFn)
27 const unsigned fullVersion = versionFn();
29 version.
Major = (fullVersion >> 16) & 0xFF;
30 version.
Minor = (fullVersion >> 8) & 0xFF;
31 version.
Micro = fullVersion & 0xFF;
unsigned(*)() GetVersionFn
bool GetAVVersion(const wxDynamicLibrary &lib, const char *name, FFMPegVersion &version)