diff options
author | Martin Storsjö <martin@martin.st> | 2010-06-22 14:05:10 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-06-22 14:05:10 +0000 |
commit | 4636f115513d8dadf1a398e64e7889899e2c89ca (patch) | |
tree | ae779f5fa75d4b8b2199bb501fee27b882e65cf9 /doc | |
parent | ffbb289a1dacf506b6e6b313a1b977f80da4e0dd (diff) | |
download | ffmpeg-4636f115513d8dadf1a398e64e7889899e2c89ca.tar.gz |
Add an APIchanges entry for url_alloc() and url_connect()
Originally committed as revision 23705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
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() |