[FFmpeg-devel] [PATCH 6/6] avfilter: bump minor and Changelog document the new filters

Clément Bœsch u at pkh.me
Sun Jan 25 19:55:23 CET 2015


---
 Changelog             | 1 +
 libavfilter/version.h | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index 04f1728..b3b95e2 100644
--- a/Changelog
+++ b/Changelog
@@ -16,6 +16,7 @@ version <next>:
 - Closed caption Decoder
 - fspp, uspp, pp7 MPlayer postprocessing filters ported to native filters
 - showpalette filter
+- palettegen and paletteuse filters
 
 
 version 2.5:
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 01a9348..e677289 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,8 +30,8 @@
 #include "libavutil/version.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  5
-#define LIBAVFILTER_VERSION_MINOR  8
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MINOR  9
+#define LIBAVFILTER_VERSION_MICRO 100
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \
-- 
2.2.2



More information about the ffmpeg-devel mailing list