Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-22 04:08:08 +0300
committerJames Almer <jamrial@gmail.com>2017-10-22 04:08:08 +0300
commitd4d2e9fe4e1e93d37fd543092e45041f58fa8c00 (patch)
tree9e81bfa40c4cd9c7d3cb7bab8644b32be22b59ed /libavformat/version.h
parent88e2e31d3460c88fefe17f30d585ec079883f42e (diff)
avformat: Drop deprecated feof() AVIO fuction
Deprecated in 08/2014.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 8e940597ee..c0cd7dd409 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -55,9 +55,6 @@
* at once through the bump. This improves the git bisect-ability of the change.
*
*/
-#ifndef FF_API_URL_FEOF
-#define FF_API_URL_FEOF (LIBAVFORMAT_VERSION_MAJOR < 58)
-#endif
#ifndef FF_API_LAVF_FMT_RAWPICTURE
#define FF_API_LAVF_FMT_RAWPICTURE (LIBAVFORMAT_VERSION_MAJOR < 58)
#endif