ffi_version added

This commit is contained in:
2026-05-04 13:11:50 +02:00
parent 9a0ef7d76e
commit 4134cf0549
8 changed files with 25 additions and 5 deletions
+6
View File
@@ -13,6 +13,7 @@
*/
#include "ffmpeg_audio.h"
#include "../ffi_version.h"
#include <algorithm>
#include <cstdint>
@@ -1021,3 +1022,8 @@ const char *fmpg_int_version2string(int ver)
return version;
}
int fmpg_version()
{
return ffi_version();
}