diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-07 21:29:36 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-07 21:29:36 +0000 |
commit | 16bacad425c22d32d822295872dd1ecb63b8c3a6 (patch) | |
tree | e15c83b366cb67048c1e1a0f5b2c0f6ee3962c7f /doc | |
parent | 2b3cd04d889e9f3391a0a8245bf3b3f53860f5fd (diff) | |
download | ffmpeg-16bacad425c22d32d822295872dd1ecb63b8c3a6.tar.gz |
Add APIchanges entry after the recent changes to imgutils.h API of
r25064 and r25067.
Originally committed as revision 25071 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 717d776cd0..8a276c9349 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,12 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-09-07 - r25067 - lavcore 0.9.0 - av_image_copy() + Add av_image_copy(). + +2010-09-07 - r25064 - lavcore 0.8.0 - av_image_copy_plane() + Add av_image_copy_plane(). + 2010-09-07 - r25057 - lavcore 0.7.0 - imgutils.h Adopt hierarchical scheme for the imgutils.h function names, deprecate the old names. |