From 32b83aeec1a129d6eef2e89c7f107c614dfb4574 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 30 Dec 2011 11:38:05 +0200 Subject: avio: Add an URLProtocol flag for indicating that a protocol uses network MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This definition is in two files, since the definitions will move to the private header at the next bump. Signed-off-by: Martin Storsjö --- libavformat/avio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/avio.h') diff --git a/libavformat/avio.h b/libavformat/avio.h index dec2a5effe..e73264f4aa 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -146,6 +146,7 @@ typedef struct URLContext { } URLContext; #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 */ /** * @deprecated This struct is to be made private. Use the higher-level -- cgit v1.2.3