Browse Source

obs-ffmpeg: Bump AMF version to v1.4.29

Roman Huts 2 years ago
parent
commit
ad407eccab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/obs-ffmpeg/external/AMF/include/core/Version.h

+ 1 - 1
plugins/obs-ffmpeg/external/AMF/include/core/Version.h

@@ -51,7 +51,7 @@
 
 
 #define AMF_VERSION_MAJOR       1
 #define AMF_VERSION_MAJOR       1
 #define AMF_VERSION_MINOR       4
 #define AMF_VERSION_MINOR       4
-#define AMF_VERSION_RELEASE     24
+#define AMF_VERSION_RELEASE     29
 #define AMF_VERSION_BUILD_NUM   0
 #define AMF_VERSION_BUILD_NUM   0
 
 
 #define AMF_FULL_VERSION AMF_MAKE_FULL_VERSION(AMF_VERSION_MAJOR, AMF_VERSION_MINOR, AMF_VERSION_RELEASE, AMF_VERSION_BUILD_NUM)
 #define AMF_FULL_VERSION AMF_MAKE_FULL_VERSION(AMF_VERSION_MAJOR, AMF_VERSION_MINOR, AMF_VERSION_RELEASE, AMF_VERSION_BUILD_NUM)