From be6853a59df3ec83c6b75d3493400f4683cf383d Mon Sep 17 00:00:00 2001 From: Naruto Mouri Date: Mon, 29 Apr 2019 11:37:48 +0800 Subject: [PATCH] Update to 4.1.3. --- FFmpeg | 2 +- FFmpegUniversal/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FFmpeg b/FFmpeg index 10506de..4154f89 160000 --- a/FFmpeg +++ b/FFmpeg @@ -1 +1 @@ -Subproject commit 10506de9ad1fb050737ef79cf4853742b793c37d +Subproject commit 4154f8967820ca734a77ce91bb590cd77649dee8 diff --git a/FFmpegUniversal/Version.h b/FFmpegUniversal/Version.h index c9f07bf..4e39cf9 100644 --- a/FFmpegUniversal/Version.h +++ b/FFmpegUniversal/Version.h @@ -10,7 +10,7 @@ License: LGPL version 2.1 or later #define FFMPEG_VER_MAJOR 4 #define FFMPEG_VER_MINOR 1 -#define FFMPEG_VER_BUILD 0 +#define FFMPEG_VER_BUILD 3 #define FFMPEG_VER_REV 0 #endif