avfilter: bump minor and Changelog document the new filters

pull/110/merge
Clément Bœsch 10 years ago
parent bab4fcebb1
commit 4ab7eb0da2
  1. 1
      Changelog
  2. 2
      libavfilter/version.h

@ -25,6 +25,7 @@ version <next>:
- dcshift filter - dcshift filter
- RTP parser for loss tolerant payload format for MP3 audio (RFC 5219) - RTP parser for loss tolerant payload format for MP3 audio (RFC 5219)
- RTP parser for AC3 payload format (RFC 4184) - RTP parser for AC3 payload format (RFC 4184)
- palettegen and paletteuse filters
version 2.5: version 2.5:

@ -30,7 +30,7 @@
#include "libavutil/version.h" #include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 5 #define LIBAVFILTER_VERSION_MAJOR 5
#define LIBAVFILTER_VERSION_MINOR 10 #define LIBAVFILTER_VERSION_MINOR 11
#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \

Loading…
Cancel
Save