[FFmpeg-devel] [PATCH 8/9] lavf/udp: mark EXCL supported.

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


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

diff --git a/libavformat/udp.c b/libavformat/udp.c
index d9a18d5..a311698 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -880,5 +880,5 @@ URLProtocol ff_udp_protocol = {
     .url_get_file_handle = udp_get_file_handle,
     .priv_data_size      = sizeof(UDPContext),
     .priv_data_class     = &udp_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