From 11f6d0982cd5a05750c1d057684c324b8be972b1 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 4 Dec 2009 23:30:34 +0000 Subject: [PATCH] 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 --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 85f206f360..9238af6396 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. -- GitLab