Browse code

Bump libavfilter minor version and Changelog for unsharp filter

Originally committed as revision 22830 to svn://svn.ffmpeg.org/ffmpeg/trunk

Bobby Bingham authored on 2010/04/11 05:34:44
Showing 2 changed files
... ...
@@ -69,6 +69,7 @@ version <next>:
69 69
 - RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocol support via librtmp
70 70
 - Psygnosis YOP demuxer and video decoder
71 71
 - spectral extension support in the E-AC-3 decoder
72
+- unsharp video filter
72 73
 
73 74
 
74 75
 
... ...
@@ -25,7 +25,7 @@
25 25
 #include "libavutil/avutil.h"
26 26
 
27 27
 #define LIBAVFILTER_VERSION_MAJOR  1
28
-#define LIBAVFILTER_VERSION_MINOR 18
28
+#define LIBAVFILTER_VERSION_MINOR 19
29 29
 #define LIBAVFILTER_VERSION_MICRO  0
30 30
 
31 31
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \