[SCM] libav/experimental: Bump lavfi minor and add APIchanges entry after the rename of AVFilterInOut.filter.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:18:47 UTC 2013
The following commit has been merged in the experimental branch:
commit da6ec07c41fe4677a3cebaa3d918fe7a580da3f3
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Sun Nov 7 18:56:44 2010 +0000
Bump lavfi minor and add APIchanges entry after the rename of
AVFilterInOut.filter.
Originally committed as revision 25701 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/doc/APIchanges b/doc/APIchanges
index 2587090..b90502c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2009-03-08
API changes, most recent first:
+2010-11-04 - r25700 - lavfi 1.57.0 - AVFilterInOut
+ Rename field AVFilterInOut.filter to AVFilterInOut.filter_ctx.
+ This change breaks libavfilter API.
+
2010-11-04 - r25674 - lavfi 1.56.0 - avfilter_graph_free()
Rename avfilter_graph_destroy() to avfilter_graph_free().
This change breaks libavfilter API/ABI.
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 7cda6fc..b12b7c7 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 56
+#define LIBAVFILTER_VERSION_MINOR 57
#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