diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-18 08:31:25 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-18 08:31:25 +0000 |
commit | c3b27a3d451de6e68f9b96d421731b4229c8ef2f (patch) | |
tree | bda4b951e41ac55a05c0eb94ee4ec3fbf43f7f07 | |
parent | 0eb4ff9e37f2b44bcf143c9b503609cea5db13cb (diff) | |
download | ffmpeg-c3b27a3d451de6e68f9b96d421731b4229c8ef2f.tar.gz |
Add an entry for the avfilter_get_video_buffer() API change operated
in r20272.
Originally committed as revision 20273 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e4b49bfa57..3b27d819ce 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -3,7 +3,7 @@ the last major version increase. The last version increases were: libavcodec: ? libavdevice: ? -libavfilter: ? +libavfilter: 2009-10-18 libavformat: ? libpostproc: ? libswscale: ? @@ -12,6 +12,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2009-10-18 - r20272 - lavfi 1.0.0 - avfilter_get_video_buffer() + Make avfilter_get_video_buffer() recursive and add the w and h + parameters to it. + 2009-10-07 - r20189 - lavfi 0.5.1 - AVFilterPic Added w and h fields to AVFilterPic. |