diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-25 23:32:26 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-25 23:32:26 +0000 |
commit | 7cab9a6674fb0f4b3bd309854bcbe7e9bce3dc1e (patch) | |
tree | b0992fe102f8548850289f19086e537512543012 | |
parent | ff09a99ef5f2e8dc450a29484455592652593902 (diff) | |
download | ffmpeg-7cab9a6674fb0f4b3bd309854bcbe7e9bce3dc1e.tar.gz |
Add an entry for the AVFilter.next field removal.
Originally committed as revision 20614 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 96df12ba95..85f206f360 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2009-11-26 - r20611 - lavfi 1.11.0 - AVFilter + Remove the next field from AVFilter, this is not anymore required. + 2009-11-25 - r20607 - lavfi 1.10.0 - avfilter_next() Introduce the avfilter_next() function. |