Revision b8404847 libavformat/url.h
libavformat/url.h | ||
---|---|---|
26 | 26 |
#define AVFORMAT_URL_H |
27 | 27 |
|
28 | 28 |
#include "avio.h" |
29 |
#include "libavformat/version.h" |
|
30 |
|
|
31 |
#if !FF_API_OLD_AVIO |
|
32 |
#define URL_PROTOCOL_FLAG_NESTED_SCHEME 1 /*< The protocol name can be the first part of a nested protocol scheme */ |
|
33 |
#endif |
|
29 | 34 |
|
30 | 35 |
/** |
31 | 36 |
* Create a URLContext for accessing to the resource indicated by |
Also available in: Unified diff