diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-11 15:29:40 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-11 15:29:40 +0000 |
commit | 5bf840c41124a8b0dcfb492934fa9bd89a8e9c47 (patch) | |
tree | 945cdd843958ad3843c13c923ef6600ec3fd8378 | |
parent | c1db7bff66182d9e3fe48b122345ef92f011ae39 (diff) | |
download | ffmpeg-5bf840c41124a8b0dcfb492934fa9bd89a8e9c47.tar.gz |
Add APIchanges entry for the AVFilterBufferRef changes in r24773.
Originally committed as revision 24774 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 620b60a3ad..56d37fa0ff 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,11 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-08-11 - r24773 - lavfi 1.34.0 - AVFilterBufferRef + Resize data and linesize arrays in AVFilterBufferRef to 8. + + This change breaks libavfilter API/ABI. + 2010-08-11 - r24768 - lavc 52.85.0 - av_picture_data_copy() Add av_picture_data_copy in avcodec.h. |