[FFmpeg-cvslog] avfilter: bump minor and Changelog document the new filters

Clément Bœsch git at videolan.org
Sat Feb 14 20:56:24 CET 2015


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sun Jan 25 19:18:59 2015 +0100| [4ab7eb0da2326ccc424f8fdd69ca31c61edc2eb5] | committer: Clément Bœsch

avfilter: bump minor and Changelog document the new filters

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ab7eb0da2326ccc424f8fdd69ca31c61edc2eb5
---

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

diff --git a/Changelog b/Changelog
index 085fd17..a897b92 100644
--- a/Changelog
+++ b/Changelog
@@ -25,6 +25,7 @@ version <next>:
 - dcshift filter
 - RTP parser for loss tolerant payload format for MP3 audio (RFC 5219)
 - RTP parser for AC3 payload format (RFC 4184)
+- palettegen and paletteuse filters
 
 
 version 2.5:
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 4e50688..9febcbb 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
 #include "libavutil/version.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  5
-#define LIBAVFILTER_VERSION_MINOR  10
+#define LIBAVFILTER_VERSION_MINOR  11
 #define LIBAVFILTER_VERSION_MICRO 100
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list