diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-20 16:55:37 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-20 16:55:37 +0000 |
commit | 26553088cc9f7421dde54279ee0c5fefde489ec1 (patch) | |
tree | 14270e54c91da3e1dd5baa77c0d77cc01a28ab6a /doc/APIchanges | |
parent | e34433612f475cd940487a2cd14851b0eb7e47b0 (diff) | |
download | ffmpeg-26553088cc9f7421dde54279ee0c5fefde489ec1.tar.gz |
Add APIchanges for av_fill_image_max_pixstep() rename of r24851.
Originally committed as revision 24852 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 e0e40f098c..966ad7f03b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-08-20 - r24851 - lavcore 0.6.0 - av_fill_image_max_pixsteps() + Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). + 2010-08-18 - r24827 - lavcore 0.5.0 - av_fill_image_max_pixstep() Add av_fill_image_max_pixstep() in imgutils.h. |