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:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-18 14:15:50 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-10-18 14:16:04 +0400
commit83a897656aae95c0dc9f97a389cceb6986b79dd2 (patch)
tree798fb63cfea93854cfe4d323c208620f2902394a /libavformat/url.h
parent7891b4fa590b3d21da028e56bf2c1eee1fe8260f (diff)
parentfb238f8230c1b0314985482207add548c68f83cf (diff)
Merge commit 'fb238f8230c1b0314985482207add548c68f83cf'
* commit 'fb238f8230c1b0314985482207add548c68f83cf': urlprotocol: remove unused url_interrupt_cb declaration Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 {