diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-10-17 15:18:52 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-10-18 05:01:20 +0200 |
commit | fb238f8230c1b0314985482207add548c68f83cf (patch) | |
tree | a425ad73a69c114caee882c697212e7c6afd1fb7 /libavformat/url.h | |
parent | 9bec3ca2b878c83d2337bc6095bd51c3e3f8eef0 (diff) | |
download | ffmpeg-fb238f8230c1b0314985482207add548c68f83cf.tar.gz |
urlprotocol: remove unused url_interrupt_cb declaration
It is a remnant of the old interrupt callback API.
Diffstat (limited to 'libavformat/url.h')
-rw-r--r-- | libavformat/url.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/url.h b/libavformat/url.h index 40be4d56be..ca252aa7c2 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 { |