Commit 308f9b1c authored by Clément Bœsch's avatar Clément Bœsch

lavfi/selectivecolor: add 16-bit support

parent b8aaedcd
...@@ -9,6 +9,7 @@ version <next>: ...@@ -9,6 +9,7 @@ version <next>:
- VP8 in Ogg muxing - VP8 in Ogg muxing
- curves filter doesn't automatically insert points at x=0 and x=1 anymore - curves filter doesn't automatically insert points at x=0 and x=1 anymore
- 16-bit support in curves filter - 16-bit support in curves filter
- 16-bit support in selectivecolor filter
version 3.1: version 3.1:
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "libavutil/version.h" #include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 6 #define LIBAVFILTER_VERSION_MAJOR 6
#define LIBAVFILTER_VERSION_MINOR 48 #define LIBAVFILTER_VERSION_MINOR 49
#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, \
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment