From 1904035bace6a9c6aadb089c259f3d1348d86e28 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 7 Sep 2010 19:19:32 +0000 Subject: [PATCH] Add APIchanges entry after the libavcore/imgutils.h renames of r25057. Originally committed as revision 25059 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 305bbef3c3..717d776cd0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-09-07 - r25057 - lavcore 0.7.0 - imgutils.h + Adopt hierarchical scheme for the imgutils.h function names, + deprecate the old names. + 2010-09-04 - r25040 - lavu 50.25.0 - AV_CPU_FLAG_* Deprecate the FF_MM_* flags defined in libavcodec/avcodec.h in favor of the AV_CPU_FLAG_* flags defined in libavutil/cpu.h.