]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/url.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / url.h
index 3a80f216c77748c4a3137d0f39f3143b45508d58..b459a59e0306015cf6dc46fb4b3f5297804c727f 100644 (file)
@@ -31,7 +31,6 @@
 #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 */
 #define URL_PROTOCOL_FLAG_NETWORK       2 /*< The protocol uses network */
 
@@ -74,7 +73,6 @@ typedef struct URLProtocol {
     int flags;
     int (*url_check)(URLContext *h, int mask);
 } URLProtocol;
-#endif
 
 /**
  * Create a URLContext for accessing to the resource indicated by