[FFmpeg-cvslog] r25701 - in trunk: doc/APIchanges libavfilter/avfilter.h

stefano subversion
Sun Nov 7 19:56:45 CET 2010


Author: stefano
Date: Sun Nov  7 19:56:44 2010
New Revision: 25701

Log:
Bump lavfi minor and add APIchanges entry after the rename of
AVFilterInOut.filter.

Modified:
   trunk/doc/APIchanges
   trunk/libavfilter/avfilter.h

Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges	Sun Nov  7 19:40:18 2010	(r25700)
+++ trunk/doc/APIchanges	Sun Nov  7 19:56:44 2010	(r25701)
@@ -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.

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	Sun Nov  7 19:40:18 2010	(r25700)
+++ trunk/libavfilter/avfilter.h	Sun Nov  7 19:56:44 2010	(r25701)
@@ -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, \



More information about the ffmpeg-cvslog mailing list