diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-27 19:46:22 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-27 19:46:22 +0000 |
commit | 290d4a44f18634ac5590c851abc26735acd560df (patch) | |
tree | 95c569b5eaea9e3aa181e404e01910add99ada67 /doc/APIchanges | |
parent | 243110f968edf510a4233cb1b8d52b35f919136c (diff) | |
download | ffmpeg-290d4a44f18634ac5590c851abc26735acd560df.tar.gz |
Add an entry for the AVFilter.next addition.
Originally committed as revision 20386 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 58dfee04dd..8da6ba1760 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2009-10-27 - r20385 - lavfi 1.5.0 - AVFilter.next + Add a next field to AVFilter, this is used for simplifying the + registration and management of the registered filters. + 2009-10-23 - r20356 - lavfi 1.4.1 - AVFilter.description Add a description field to AVFilter. |