[FFmpeg-cvslog] urlprotocol: remove unused url_interrupt_cb declaration

Anton Khirnov git at videolan.org
Sat Oct 18 12:21:42 CEST 2014


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri Oct 17 15:18:52 2014 +0200| [fb238f8230c1b0314985482207add548c68f83cf] | committer: Anton Khirnov

urlprotocol: remove unused url_interrupt_cb declaration

It is a remnant of the old interrupt callback API.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb238f8230c1b0314985482207add548c68f83cf
---

 libavformat/url.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/url.h b/libavformat/url.h
index 40be4d5..ca252aa 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 {



More information about the ffmpeg-cvslog mailing list