[FFmpeg-devel] [PATCH 6/9] lavf/sctp: mark EXCL supported.
Nicolas George
george at nsup.org
Wed Apr 16 18:58:29 CEST 2014
Signed-off-by: Nicolas George <george at nsup.org>
---
libavformat/sctp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/sctp.c b/libavformat/sctp.c
index f88cd27..ffb32a1 100644
--- a/libavformat/sctp.c
+++ b/libavformat/sctp.c
@@ -328,5 +328,5 @@ URLProtocol ff_sctp_protocol = {
.url_close = sctp_close,
.url_get_file_handle = sctp_get_file_handle,
.priv_data_size = sizeof(SCTPContext),
- .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