diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-12 15:09:44 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-12 15:09:44 +0000 |
commit | d1a04371cf6127053f44fe32c86713ccef04a8a1 (patch) | |
tree | e84a7ba980d58b4c14939c1c7ad3682c24f40b87 /doc/APIchanges | |
parent | 81c1ecabab93ad279092925872cfd13db07a6c6e (diff) | |
download | ffmpeg-d1a04371cf6127053f44fe32c86713ccef04a8a1.tar.gz |
Add APIchanges entry after the addition of av_get_image_linesize() of
r24787.
Originally committed as revision 24788 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 56d37fa0ff..31d1b2d2a3 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-08-12 - r24787 - lavcore 0.4.0 - av_get_image_linesize() + Add av_get_image_linesize() in imgutils.h. + 2010-08-11 - r24773 - lavfi 1.34.0 - AVFilterBufferRef Resize data and linesize arrays in AVFilterBufferRef to 8. |