diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-06-23 18:24:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-29 16:30:43 +0200 |
commit | da8b228977406b1be95d7881e38651f4e61d1fc6 (patch) | |
tree | 89260448305a78ef483a80cee8bf0eb65ea95853 /doc/APIchanges | |
parent | f6ab967eae497733f6adc12b30075980fd6eea98 (diff) | |
download | ffmpeg-da8b228977406b1be95d7881e38651f4e61d1fc6.tar.gz |
avformat/avio: Move avio_delete() avio_move() to avpriv_ namespace
This was suggested in the discussion about these functions
With this change the functions are available internally but are not
part of the public API
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index cc2ebf3de5..6e64a05f10 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,10 +15,6 @@ 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 |