From 4ab7eb0da2326ccc424f8fdd69ca31c61edc2eb5 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sun, 25 Jan 2015 19:18:59 +0100 Subject: avfilter: bump minor and Changelog document the new filters --- Changelog | 1 + libavfilter/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 085fd170d6..a897b9226a 100644 --- a/Changelog +++ b/Changelog @@ -25,6 +25,7 @@ version : - 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, \ -- cgit v1.2.3