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/rtpproto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtpproto.c') diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 93cad3c8e6..03794ae1ce 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -330,4 +330,5 @@ URLProtocol ff_rtp_protocol = { .url_close = rtp_close, .url_get_file_handle = rtp_get_file_handle, .priv_data_size = sizeof(RTPContext), + .flags = URL_PROTOCOL_FLAG_NETWORK, }; -- cgit v1.2.3