summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-11-25 00:01:14 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-11-25 00:01:14 +0000
commitb5a683eb112cbddcc71f41561edc4616dc553ace (patch)
tree0472948d4074b06b7264a399f79de8e239d68772
parent1433c4abf2f9ce787a7a5ccd4d4a07fd49a829c4 (diff)
Add an entry for the avfilter_next() function addition.
Originally committed as revision 20608 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index c270b79387..96df12ba95 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,9 @@ libavutil: 2009-03-08
API changes, most recent first:
+2009-11-25 - r20607 - lavfi 1.10.0 - avfilter_next()
+ Introduce the avfilter_next() function.
+
2009-11-25 - r20605 - lavfi 1.9.0 - avfilter_register()
Change the signature of avfilter_register() to make it return an
int. This is required since now the registration operation may fail.