From a33e036577ded2b41cb33baca2e653666d77fbdf Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 21 Jul 2010 22:59:28 +0000 Subject: [PATCH] Add APIchanges entry after libavcore addition. Originally committed as revision 24407 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 4 ++++ 1 file changed, 4 insertions(+) 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. -- GitLab