diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-04 19:55:07 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-05 08:40:57 +0200 |
commit | b84048479888739e0aa8d9e534c49a3ab0e02252 (patch) | |
tree | e67010fbf42ad7772f451fd0aee5cac106f6a21f /libavformat/url.h | |
parent | 1305d93c42946ef524c1cdc927a7e66eec510005 (diff) | |
download | ffmpeg-b84048479888739e0aa8d9e534c49a3ab0e02252.tar.gz |
avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internal
Diffstat (limited to 'libavformat/url.h')
-rw-r--r-- | libavformat/url.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/url.h b/libavformat/url.h index eea9678ddc..72c19b62ad 100644 --- a/libavformat/url.h +++ b/libavformat/url.h @@ -26,6 +26,11 @@ #define AVFORMAT_URL_H #include "avio.h" +#include "libavformat/version.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 */ +#endif /** * Create a URLContext for accessing to the resource indicated by |