[FFmpeg-devel] [PATCH 6/6] avfilter: bump minor and Changelog document the new filters
Clément Bœsch
u at pkh.me
Mon Feb 9 18:35:14 CET 2015
---
Changelog | 1 +
libavfilter/version.h | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Changelog b/Changelog
index 8e55969..ae4340c 100644
--- a/Changelog
+++ b/Changelog
@@ -19,6 +19,7 @@ version <next>:
- Twofish symmetric block cipher
- Support DNx100 (960x720 at 8)
- removed libmpcodecs
+- palettegen and paletteuse filters
version 2.5:
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 49ea3a9..4e50688 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 9
-#define LIBAVFILTER_VERSION_MICRO 104
+#define LIBAVFILTER_VERSION_MINOR 10
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \
--
2.3.0
More information about the ffmpeg-devel
mailing list