[SCM] libav/experimental: Bump lavfi minor and add an entry after r26108 (which added AV_PERM_NEG_LINESIZES to avfilter.h).

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:20:56 UTC 2013


The following commit has been merged in the experimental branch:
commit 28e5d45c68cf4f3fb517b08b7a7f3cc979536e0c
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon Dec 27 18:16:52 2010 +0000

    Bump lavfi minor and add an entry after r26108 (which added
    AV_PERM_NEG_LINESIZES to avfilter.h).
    
    Originally committed as revision 26111 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/APIchanges b/doc/APIchanges
index dfdf79a..bf9d11d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2010-12-27 - r26108 - lavfi 1.71.0 - AV_PERM_NEG_LINESIZES
+  Add AV_PERM_NEG_LINESIZES in avfilter.h.
+
 2010-12-27 - r26104 - lavf 52.91.0 - av_find_best_stream()
   Add av_find_best_stream to libavformat/avformat.h.
 
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index a13ccbd..c52aeab 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -27,8 +27,8 @@
 #include "libavcore/samplefmt.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  1
-#define LIBAVFILTER_VERSION_MINOR 70
-#define LIBAVFILTER_VERSION_MICRO  2
+#define LIBAVFILTER_VERSION_MINOR 71
+#define LIBAVFILTER_VERSION_MICRO  0
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list