Module: ffmpeg
Branch: master
Commit: f3bea9915fdc87c3f5b635fcfe0250a28e2b1a88

Author:    Martin Storsjö <[email protected]>
Committer: Luca Barbato <[email protected]>
Date:      Mon Feb 28 15:39:17 2011 +0200

URLProtocol: Add a flags field

Signed-off-by: Luca Barbato <[email protected]>

---

 libavformat/avio.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/avio.h b/libavformat/avio.h
index be15f8a..fd18f0d 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -295,6 +295,7 @@ typedef struct URLProtocol {
     int (*url_get_file_handle)(URLContext *h);
     int priv_data_size;
     const AVClass *priv_data_class;
+    int flags;
 } URLProtocol;
 
 #if FF_API_REGISTER_PROTOCOL

_______________________________________________
ffmpeg-commits mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits

Reply via email to