From ac1c95645ae1ac2be4d78349a74258582dc09e2b Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 10 Apr 2010 20:34:44 +0000 Subject: [PATCH] Bump libavfilter minor version and Changelog for unsharp filter Originally committed as revision 22830 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Changelog | 1 + libavfilter/avfilter.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index e608259..c454c15 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 fabc1be..214b8d4 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, \ -- 2.7.4