Bump libavfilter minor version and Changelog for unsharp filter
authorBobby Bingham <uhmmmm@gmail.com>
Sat, 10 Apr 2010 20:34:44 +0000 (20:34 +0000)
committerBobby Bingham <uhmmmm@gmail.com>
Sat, 10 Apr 2010 20:34:44 +0000 (20:34 +0000)
Originally committed as revision 22830 to svn://svn.ffmpeg.org/ffmpeg/trunk

Changelog
libavfilter/avfilter.h

index e608259..c454c15 100644 (file)
--- 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
 
 
 
index fabc1be..214b8d4 100644 (file)
@@ -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, \