From: Stefano Sabatini Date: Sat, 25 Sep 2010 17:03:26 +0000 (+0000) Subject: Bump lavfi minor and add Changelog notice after yadif addition. X-Git-Tag: v0.7b2~2468 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5900deeb90602d358d4b2fcbcea3d47eddd48b5a;p=coroid%2Flibav_saccubus.git Bump lavfi minor and add Changelog notice after yadif addition. Originally committed as revision 25198 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/Changelog b/Changelog index 2bf87c7b2..98ed541a6 100644 --- a/Changelog +++ b/Changelog @@ -40,6 +40,7 @@ version : - change crop filter syntax to width:height:x:y - make the crop filter accept parametric expressions - make ffprobe accept AVFormatContext options +- yadif filter version 0.6: diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index b4e9f7745..c2a997998 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 44 +#define LIBAVFILTER_VERSION_MINOR 45 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \