diff --git a/Changelog b/Changelog index e608259bad..c454c1596d 100644 --- a/Changelog +++ b/Changelog @@ -69,6 +69,7 @@ version : - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp - Psygnosis YOP demuxer and video decoder - spectral extension support in the E-AC-3 decoder +- unsharp video filter diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index fabc1beb82..214b8d481a 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -25,7 +25,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 1 -#define LIBAVFILTER_VERSION_MINOR 18 +#define LIBAVFILTER_VERSION_MINOR 19 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \