diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 13:31:55 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:52:42 +0100 |
commit | 2439f2ca82e28aa38b8aa2512bdb5a328e946cb9 (patch) | |
tree | f180b9a7b9e8159ecba10a487dfb1bcc9824499c /libavformat/url.h | |
parent | a17479dfce67fbea2d0a1bf303010dce1e79059f (diff) | |
download | ffmpeg-2439f2ca82e28aa38b8aa2512bdb5a328e946cb9.tar.gz |
lavf: remove disabled FF_API_OLD_AVIO cruft
Diffstat (limited to 'libavformat/url.h')
-rw-r--r-- | libavformat/url.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/url.h b/libavformat/url.h index 14832af79b..265a8ab2b6 100644 --- a/libavformat/url.h +++ b/libavformat/url.h @@ -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 |