diff options
author | Clément Bœsch | 2015-01-25 19:18:59 +0100 |
---|---|---|
committer | Clément Bœsch | 2015-02-14 20:49:08 +0100 |
commit | 4ab7eb0da2326ccc424f8fdd69ca31c61edc2eb5 (patch) | |
tree | ec427fe075860dc0fbdacfcde7d422a27c1c97d6 | |
parent | bab4fcebb112590c1213b59bd7572eb3a36bc83b (diff) |
avfilter: bump minor and Changelog document the new filters
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | libavfilter/version.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 4e506888e0..9febcbb69c 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, \ |