[FFmpeg-devel] [PATCH 5/9] lavf/md5proto: mark EXCL supported.

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


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

diff --git a/libavformat/md5proto.c b/libavformat/md5proto.c
index 6af0a6e..e5ab4dd 100644
--- a/libavformat/md5proto.c
+++ b/libavformat/md5proto.c
@@ -92,4 +92,5 @@ URLProtocol ff_md5_protocol = {
     .url_write           = md5_write,
     .url_close           = md5_close,
     .priv_data_size      = sizeof(struct MD5Context),
+    .flags               = URL_PROTOCOL_FLAG_EXCL,
 };
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list