From: Stefano Sabatini Date: Fri, 4 Dec 2009 23:30:34 +0000 (+0000) Subject: Add an entry for the avfilter_draw_slice() API changes implemented in X-Git-Tag: v0.6~2446 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11f6d0982cd5a05750c1d057684c324b8be972b1;p=platform%2Fupstream%2Flibav.git Add an entry for the avfilter_draw_slice() API changes implemented in r20734. Originally committed as revision 20735 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/doc/APIchanges b/doc/APIchanges index 85f206f..9238af6 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2009-12-05 - r20734 - lavfi 1.12.0 - avfilter_draw_slice() + Add a slice_dir parameter to avfilter_draw_slice(). + 2009-11-26 - r20611 - lavfi 1.11.0 - AVFilter Remove the next field from AVFilter, this is not anymore required.