diff options
author | Bobby Bingham <uhmmmm@gmail.com> | 2010-04-10 20:34:44 +0000 |
---|---|---|
committer | Bobby Bingham <uhmmmm@gmail.com> | 2010-04-10 20:34:44 +0000 |
commit | ac1c95645ae1ac2be4d78349a74258582dc09e2b (patch) | |
tree | e1b4df9c2f521a2f4e15b302fc1125f9a93564ee | |
parent | 3ffdd09a7a1a2fdcf2db82273315939c147620db (diff) | |
download | ffmpeg-ac1c95645ae1ac2be4d78349a74258582dc09e2b.tar.gz |
Bump libavfilter minor version and Changelog for unsharp filter
Originally committed as revision 22830 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | libavfilter/avfilter.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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, \ |