summaryrefslogtreecommitdiff
path: root/libavformat/url.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-07 19:17:55 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-08 07:07:58 +0200
commit026e175775cd9355067e9ff93fb6df3f64b365c2 (patch)
tree8cba1b6f5d827ae574b6df07c7b24e02bebbbaa2 /libavformat/url.h
parenta2031251c7eedd0d82cb9e08717990fa2ae6299f (diff)
avio: deprecate the typedef for URLInterruptCB
There's no particular reason to pollute the namespace with a typedef for it.
Diffstat (limited to 'libavformat/url.h')
-rw-r--r--libavformat/url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/url.h b/libavformat/url.h
index 7482611e11..941b8af1d1 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -31,7 +31,7 @@
#if !FF_API_OLD_AVIO
#define URL_PROTOCOL_FLAG_NESTED_SCHEME 1 /*< The protocol name can be the first part of a nested protocol scheme */
-extern URLInterruptCB *url_interrupt_cb;
+extern int (*url_interrupt_cb)(void);
#endif
/**