[FFmpeg-cvslog] Update Changelog for lensfun addition and bump minor
Paul B Mahol
git at videolan.org
Sun Jul 15 11:24:51 EEST 2018
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Jul 15 10:23:20 2018 +0200| [5d8df3cc4ac089bb6ed47b944f30f0e2cf9ceb19] | committer: Paul B Mahol
Update Changelog for lensfun addition and bump minor
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d8df3cc4ac089bb6ed47b944f30f0e2cf9ceb19
---
Changelog | 1 +
libavfilter/version.h | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Changelog b/Changelog
index e43a159b0d..72da5bf519 100644
--- a/Changelog
+++ b/Changelog
@@ -14,6 +14,7 @@ version <next>:
- libtensorflow backend for DNN based filters like srcnn
- vc1 decoder is now bit-exact
- ATRAC9 decoder
+- lensfun wrapper filter
version 4.0:
diff --git a/libavfilter/version.h b/libavfilter/version.h
index a7be7e64af..0ac3a2f3a9 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 7
-#define LIBAVFILTER_VERSION_MINOR 25
+#define LIBAVFILTER_VERSION_MINOR 26
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list