From 8e9d93087337cb55709ed9dc4461ad336a23150b Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 17 Jul 2010 18:17:02 +0000 Subject: [PATCH] Add APIchanges entry after AVFilterBuffer w and h fields removal. Originally committed as revision 24292 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 52c8fd753b..cf58cc8511 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-07-17 - r24291 - lavfi 1.25.0 - AVFilterBuffer + Remove w and h fields from AVFilterBuffer. + 2010-07-17 - r24284 - lavfi 1.24.0 - AVFilterBuffer Rename AVFilterPic to AVFilterBuffer.