[FFmpeg-devel] [PATCH 4/9] lavf/file: mark EXCL supported for pipe.

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


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

diff --git a/libavformat/file.c b/libavformat/file.c
index 89437c7..f760ce0 100644
--- a/libavformat/file.c
+++ b/libavformat/file.c
@@ -245,6 +245,7 @@ URLProtocol ff_pipe_protocol = {
     .url_check           = file_check,
     .priv_data_size      = sizeof(FileContext),
     .priv_data_class     = &pipe_class,
+    .flags               = URL_PROTOCOL_FLAG_EXCL,
 };
 
 #endif /* CONFIG_PIPE_PROTOCOL */
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list