diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-21 22:59:28 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-21 22:59:28 +0000 |
commit | a33e036577ded2b41cb33baca2e653666d77fbdf (patch) | |
tree | 5349282457e9ce01521a50b7c93d8e78de8bc7fa | |
parent | 532e769701a55f7db15cc64d51fd82bb04b8da9a (diff) | |
download | ffmpeg-a33e036577ded2b41cb33baca2e653666d77fbdf.tar.gz |
Add APIchanges entry after libavcore addition.
Originally committed as revision 24407 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index cf58cc8511..5660d01640 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,7 @@ Never assume the API of libav* to be stable unless at least 1 week has passed si the last major version increase. The last version increases were: libavcodec: ? +libavcore: 2010-07-21 libavdevice: ? libavfilter: 2009-10-18 libavformat: ? @@ -12,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-07-21 - r24393 - lavcore 0.0.0 + Add libavcore. + 2010-07-17 - r24291 - lavfi 1.25.0 - AVFilterBuffer Remove w and h fields from AVFilterBuffer. |