[FFmpeg-cvslog] URLProtocol: Add a flags field

Martin Storsjö git
Tue Mar 8 02:43:28 CET 2011


ffmpeg | branch: master | Martin Storsj? <martin at martin.st> | Mon Feb 28 15:39:17 2011 +0200| [0ea285dd226df9c7814211fca1fd126dbe478d0b] | committer: Michael Niedermayer

URLProtocol: Add a flags field

Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
(cherry picked from commit f3bea9915fdc87c3f5b635fcfe0250a28e2b1a88)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0ea285dd226df9c7814211fca1fd126dbe478d0b
---

 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




More information about the ffmpeg-cvslog mailing list