From c58127934745000d8f2a30b1e2fa4d4872c6b37e Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 28 Sep 2010 15:33:59 +0000 Subject: [PATCH] Add APIchanges entry for lsws change of r32368. Originally committed as revision 25249 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 242b99c457..81fd08d271 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -25,6 +25,9 @@ API changes, most recent first: Move av_get_token() from libavfilter/parseutils.h to libavutil/avstring.h. +2010-09-26 - r32368 - lsws 0.12.0 - swscale.h + Add the functions sws_alloc_context() and sws_init_context(). + 2010-09-26 - r25210 - lavu 50.29.0 - opt.h Move libavcodec/opt.h to libavutil/opt.h.