[SCM] libav/experimental: Bump lavfi minor and add Changelog notice after yadif addition.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:16:13 UTC 2013


The following commit has been merged in the experimental branch:
commit 5900deeb90602d358d4b2fcbcea3d47eddd48b5a
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Sep 25 17:03:26 2010 +0000

    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 2bf87c7..98ed541 100644
--- a/Changelog
+++ b/Changelog
@@ -40,6 +40,7 @@ version <next>:
 - 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 b4e9f77..c2a9979 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, \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list