summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-12-04 23:30:34 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-12-04 23:30:34 +0000
commit11f6d0982cd5a05750c1d057684c324b8be972b1 (patch)
tree4488002f6dd42470ce9c5deda29e2cde65849b59 /doc/APIchanges
parenta13a543797a6607b72ba32188dc6a09cbe887e0e (diff)
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
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
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.