From 4636f115513d8dadf1a398e64e7889899e2c89ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 22 Jun 2010 14:05:10 +0000 Subject: [PATCH] Add an APIchanges entry for url_alloc() and url_connect() Originally committed as revision 23705 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index a25279b386..c25d7968b1 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-06-22 - r23704 - lavf 52.70.0 - url_alloc(), url_connect() + Add url_alloc() and url_connect() + 2010-06-22 - r23702 - lavf 52.69.0 - av_register_protocol2 Add av_register_protocol2(), deprecating av_register_protocol()