summaryrefslogtreecommitdiffstats
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-21 22:08:08 -0300
committerJames Almer <jamrial@gmail.com>2017-10-21 22:08:08 -0300
commitd4d2e9fe4e1e93d37fd543092e45041f58fa8c00 (patch)
tree9e81bfa40c4cd9c7d3cb7bab8644b32be22b59ed /libavformat/avio.h
parent88e2e31d3460c88fefe17f30d585ec079883f42e (diff)
downloadffmpeg-streaming-d4d2e9fe4e1e93d37fd543092e45041f58fa8c00.zip
ffmpeg-streaming-d4d2e9fe4e1e93d37fd543092e45041f58fa8c00.tar.gz
avformat: Drop deprecated feof() AVIO fuction
Deprecated in 08/2014.
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index f9c5972..19ecd96 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -569,13 +569,6 @@ int64_t avio_size(AVIOContext *s);
* @return non zero if and only if end of file
*/
int avio_feof(AVIOContext *s);
-#if FF_API_URL_FEOF
-/**
- * @deprecated use avio_feof()
- */
-attribute_deprecated
-int url_feof(AVIOContext *s);
-#endif
/** @warning Writes up to 4 KiB per call */
int avio_printf(AVIOContext *s, const char *fmt, ...) av_printf_format(2, 3);
OpenPOWER on IntegriCloud