diff options
author | Mariusz SzczepaĆczyk | 2015-06-17 20:12:00 +0200 |
---|---|---|
committer | Michael Niedermayer | 2015-06-22 12:46:08 +0200 |
commit | 80e18bb4868a3e95e49b98bcabff25607e1b9679 (patch) | |
tree | 68051af4c9d956b036be7615562b1d4e257da90a /doc | |
parent | 8fb672b50ae3c5faf75889a2ed8a867af0ddc8a8 (diff) |
lavf/avio: Extend API with avio_move() and avio_delete()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 6e64a05f10..cc2ebf3de5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-xx-xx - xxxxxxx - lavf 56.38.100 - avio.h url.h + Add avio_move(), avio_delete(). + Extend URLProtocol with url_move(), url_delete(). + -------- 8< --------- FFmpeg 2.7 was cut here -------- 8< --------- 2015-06-04 - cc17b43 - lswr 1.2.100 |