Browse code

avfilter: bump minor and Changelog document the new filters

Clément Bœsch authored on 2015/01/26 03:18:59
Showing 2 changed files
... ...
@@ -25,6 +25,7 @@ version <next>:
25 25
 - dcshift filter
26 26
 - RTP parser for loss tolerant payload format for MP3 audio (RFC 5219)
27 27
 - RTP parser for AC3 payload format (RFC 4184)
28
+- palettegen and paletteuse filters
28 29
 
29 30
 
30 31
 version 2.5:
... ...
@@ -30,7 +30,7 @@
30 30
 #include "libavutil/version.h"
31 31
 
32 32
 #define LIBAVFILTER_VERSION_MAJOR  5
33
-#define LIBAVFILTER_VERSION_MINOR  10
33
+#define LIBAVFILTER_VERSION_MINOR  11
34 34
 #define LIBAVFILTER_VERSION_MICRO 100
35 35
 
36 36
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \