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

stefano subversion
Mon Oct 19 01:45:15 CEST 2009


Author: stefano
Date: Mon Oct 19 01:45:15 2009
New Revision: 20303

Log:
Add an entry for the avfilter_make_format_list() interface change.

Modified:
   trunk/doc/APIchanges

Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges	Mon Oct 19 01:39:54 2009	(r20302)
+++ trunk/doc/APIchanges	Mon Oct 19 01:45:15 2009	(r20303)
@@ -12,6 +12,11 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2009-10-19 - r20302 - lavfi 1.3.0 - avfilter_make_format_list()
+  Change the interface of avfilter_make_format_list() from
+  avfilter_make_format_list(int n, ...) to
+  avfilter_make_format_list(enum PixelFormat *pix_fmts).
+
 2009-10-18 - r20272 - lavfi 1.0.0 - avfilter_get_video_buffer()
   Make avfilter_get_video_buffer() recursive and add the w and h
   parameters to it.



More information about the ffmpeg-cvslog mailing list