From 9840147d7a6b44d0106cd10cc2aaa03a99399abb Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 17 Jul 2010 10:47:27 +0000 Subject: [PATCH] Add APIchanges entry for AVFilterPic -> AVFilterBuffer rename. Originally committed as revision 24285 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 2109cd958f..52c8fd753b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-07-17 - r24284 - lavfi 1.24.0 - AVFilterBuffer + Rename AVFilterPic to AVFilterBuffer. + 2010-07-17 - r24278 - lavf 52.74.0 - url_fskip() Make url_fskip() return an int error code instead of void.