[SCM] libav/experimental: Bump libavfilter minor version and Changelog for unsharp filter
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:05:53 UTC 2013
The following commit has been merged in the experimental branch:
commit ac1c95645ae1ac2be4d78349a74258582dc09e2b
Author: Bobby Bingham <uhmmmm at gmail.com>
Date: Sat Apr 10 20:34:44 2010 +0000
Bump libavfilter minor version and Changelog for unsharp filter
Originally committed as revision 22830 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/Changelog b/Changelog
index e608259..c454c15 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 fabc1be..214b8d4 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, \
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list