summaryrefslogtreecommitdiff
path: root/libavformat/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/url.h')
-rw-r--r--libavformat/url.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/url.h b/libavformat/url.h
index 1f04c8d530..ea8c7abb8f 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -29,12 +29,15 @@
#include "libavformat/version.h"
#include "libavutil/dict.h"
+#include "libavutil/log.h"
#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 int (*url_interrupt_cb)(void);
+extern const AVClass ffurl_context_class;
+
typedef struct URLContext {
const AVClass *av_class; /**< information for av_log(). Set by url_open(). */
struct URLProtocol *prot;