diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-07 00:19:45 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-07 00:19:45 +0000 |
commit | e11b104a687343993cdffd4b7d1c06fcc6f31be0 (patch) | |
tree | a00bef79bdec7b3f2d3f71d6fca256a552a78caf | |
parent | d54e0948e0fc8c17e9f409b716f982faf0470101 (diff) | |
download | ffmpeg-e11b104a687343993cdffd4b7d1c06fcc6f31be0.tar.gz |
Add APIchanges entry after r24728.
Originally committed as revision 24729 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index f958ac2a48..92b6a85a0e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-08-07 - r24728 - lavfi 1.28.0 - AVFilterBuffer + Move format field from AVFilterBuffer to AVFilterPicRef. + 2010-08-06 - r24709 - lavcore 0.3.0 - av_check_image_size() Deprecate avcodec_check_dimensions() in favor of the function av_check_image_size() defined in libavcore/imgutils.h. |