Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-02-28 16:39:17 +0300
committerLuca Barbato <lu_zero@gentoo.org>2011-03-07 01:29:39 +0300
commitf3bea9915fdc87c3f5b635fcfe0250a28e2b1a88 (patch)
tree815b2c8981bcb4e1083e5657c4eaad45d3e0955b /libavformat
parent391a1327bd076c25c2b2509ab7ae0081c443b94e (diff)
URLProtocol: Add a flags field
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index be15f8acb6..fd18f0d8ea 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