[FFmpeg-cvslog] r24766 - trunk/doc/APIchanges

stefano subversion
Wed Aug 11 13:49:09 CEST 2010


Author: stefano
Date: Wed Aug 11 13:49:08 2010
New Revision: 24766

Log:
Add APIchanges entry after avfilter_open() change in r24765.

Modified:
   trunk/doc/APIchanges

Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges	Wed Aug 11 13:44:51 2010	(r24765)
+++ trunk/doc/APIchanges	Wed Aug 11 13:49:08 2010	(r24766)
@@ -13,6 +13,13 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2010-08-11 - r24765 - lavfi 1.33.0 - avfilter_open()
+  Change avfilter_open() signature:
+  AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name) ->
+  int avfilter_open(AVFilterContext **filter_ctx, AVFilter *filter, const char *inst_name);
+
+  This change breaks libavfilter API/ABI.
+
 2010-08-11 - r24763 - lavfi 1.32.0 - AVFilterBufferRef
   Add a type field to AVFilterBufferRef, and move video specific
   properties to AVFilterBufferRefVideoProps.



More information about the ffmpeg-cvslog mailing list