diff options
author | James Almer <jamrial@gmail.com> | 2014-08-07 17:12:40 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-08 00:48:22 +0200 |
commit | 5c3c67126feb046e25359096225507bf6dfe7b27 (patch) | |
tree | 369a7f063a7812bc17d3d0e5a01e8434ac39893b /doc/APIchanges | |
parent | f1e626a3570c8367e096e655660a2f7be5673a86 (diff) | |
download | ffmpeg-5c3c67126feb046e25359096225507bf6dfe7b27.tar.gz |
lavf/avio: rename url_feof() to avio_feof()
It's a public function and should use the avio_ namespace
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 4774f965c5..9bcd91614c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-08-xx - xxxxxxx - lavf 55.53.100 - avio.h + Add avio_feof() and deprecate url_feof(). + 2014-08-xx - xxxxxxx - lsws 2.1.3 - swscale.h sws_getContext is not going to be removed in the future. |