From 7b43646e18343eae65fc2d40f3423209b532f6a7 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 29 Jan 2021 02:06:50 +0100 Subject: avformat/avio: Remove ffurl_open It is only used in commented-out (and nonworking) code in async.c. Signed-off-by: Andreas Rheinhardt --- libavformat/avio.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libavformat/avio.c') diff --git a/libavformat/avio.c b/libavformat/avio.c index 3886ed7a90..fbe07e44bc 100644 --- a/libavformat/avio.c +++ b/libavformat/avio.c @@ -354,13 +354,6 @@ fail: return ret; } -int ffurl_open(URLContext **puc, const char *filename, int flags, - const AVIOInterruptCB *int_cb, AVDictionary **options) -{ - return ffurl_open_whitelist(puc, filename, flags, - int_cb, options, NULL, NULL, NULL); -} - static inline int retry_transfer_wrapper(URLContext *h, uint8_t *buf, int size, int size_min, int (*transfer_func)(URLContext *h, -- cgit v1.2.3