summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Bingham <uhmmmm@gmail.com>2010-04-10 20:34:44 +0000
committerBobby Bingham <uhmmmm@gmail.com>2010-04-10 20:34:44 +0000
commitac1c95645ae1ac2be4d78349a74258582dc09e2b (patch)
treee1b4df9c2f521a2f4e15b302fc1125f9a93564ee
parent3ffdd09a7a1a2fdcf2db82273315939c147620db (diff)
Bump libavfilter minor version and Changelog for unsharp filter
Originally committed as revision 22830 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--Changelog1
-rw-r--r--libavfilter/avfilter.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index e608259bad..c454c1596d 100644
--- a/Changelog
+++ b/Changelog
@@ -69,6 +69,7 @@ version <next>:
- 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, \