From d1a04371cf6127053f44fe32c86713ccef04a8a1 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 12 Aug 2010 15:09:44 +0000 Subject: [PATCH] Add APIchanges entry after the addition of av_get_image_linesize() of r24787. Originally committed as revision 24788 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 56d37fa0ff..31d1b2d2a3 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-08-12 - r24787 - lavcore 0.4.0 - av_get_image_linesize() + Add av_get_image_linesize() in imgutils.h. + 2010-08-11 - r24773 - lavfi 1.34.0 - AVFilterBufferRef Resize data and linesize arrays in AVFilterBufferRef to 8.