[FFmpeg-devel] [PATCH 7/9] lavf/tcp: mark EXCL supported.

Nicolas George george at nsup.org
Wed Apr 16 18:58:30 CEST 2014


Signed-off-by: Nicolas George <george at nsup.org>
---
 libavformat/tcp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/tcp.c b/libavformat/tcp.c
index e457fba..d465ab1 100644
--- a/libavformat/tcp.c
+++ b/libavformat/tcp.c
@@ -229,5 +229,5 @@ URLProtocol ff_tcp_protocol = {
     .url_shutdown        = tcp_shutdown,
     .priv_data_size      = sizeof(TCPContext),
     .priv_data_class     = &tcp_context_class,
-    .flags               = URL_PROTOCOL_FLAG_NETWORK,
+    .flags               = URL_PROTOCOL_FLAG_NETWORK | URL_PROTOCOL_FLAG_EXCL,
 };
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list