diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-30 09:06:03 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-30 09:06:03 +0000 |
commit | 92dd4959df59b92e9b2ac20ddebb0522b906d294 (patch) | |
tree | 69feac2963eaae1cb26084e6f85f17f034283aac /doc/APIchanges | |
parent | 56b5e9d5a90a10a1b7d6abc53674c43214d462d0 (diff) | |
download | ffmpeg-92dd4959df59b92e9b2ac20ddebb0522b906d294.tar.gz |
Add an entry for the AVFilterBuffer change of r24592.
Originally committed as revision 24593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 5cc826b0d5..fe8d98991f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,12 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-07-30 - r24592 - lavfi 1.27.0 - AVFilterBuffer + Increase size of the arrays AVFilterBuffer.data and + AVFilterBuffer.linesize from 4 to 8. + + This change breaks libavfilter ABI. + 2010-07-29 - r24583 - lavcore 0.2.0 - imgutils.h Add functions av_fill_image_linesizes() and av_fill_image_pointers(), declared in libavcore/imgutils.h. |