Browse Source

Bump libavfilter minor version and Changelog for unsharp filter

Originally committed as revision 22830 to svn://svn.ffmpeg.org/ffmpeg/trunk
Bobby Bingham 15 years ago
parent
commit
ac1c95645a
2 changed files with 2 additions and 1 deletions
  1. 1 0
      Changelog
  2. 1 1
      libavfilter/avfilter.h

+ 1 - 0
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
 
 
 

+ 1 - 1
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, \