[FFmpeg-devel] [PATCH 9/9] lavf/unix: mark EXCL supported.
Nicolas George
george at nsup.org
Wed Apr 16 18:58:32 CEST 2014
Signed-off-by: Nicolas George <george at nsup.org>
---
libavformat/unix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/unix.c b/libavformat/unix.c
index 0e61318..9d23f11 100644
--- a/libavformat/unix.c
+++ b/libavformat/unix.c
@@ -151,5 +151,5 @@ URLProtocol ff_unix_protocol = {
.url_get_file_handle = unix_get_file_handle,
.priv_data_size = sizeof(UnixContext),
.priv_data_class = &unix_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