From d4d2e9fe4e1e93d37fd543092e45041f58fa8c00 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 21 Oct 2017 22:08:08 -0300 Subject: avformat: Drop deprecated feof() AVIO fuction Deprecated in 08/2014. --- libavformat/libavformat.v | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/libavformat.v') diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index c961cd8f19..291a38f8e7 100644 --- a/libavformat/libavformat.v +++ b/libavformat/libavformat.v @@ -12,8 +12,6 @@ LIBAVFORMAT_MAJOR { ffurl_close; ffurl_open; ffurl_write; - #those are deprecated, remove on next bump - url_feof; local: *; }; -- cgit v1.2.3