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:
Diffstat (limited to 'libavformat/url.h')
-rw-r--r--libavformat/url.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/url.h b/libavformat/url.h
index c4d16429bf..d0035f3617 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -34,8 +34,6 @@
#define URL_PROTOCOL_FLAG_NESTED_SCHEME 1 /*< The protocol name can be the first part of a nested protocol scheme */
#define URL_PROTOCOL_FLAG_NETWORK 2 /*< The protocol uses network */
-extern int (*url_interrupt_cb)(void);
-
extern const AVClass ffurl_context_class;
typedef struct URLContext {