aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-02-28 15:39:17 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-03-08 02:09:06 +0100
commit0ea285dd226df9c7814211fca1fd126dbe478d0b (patch)
tree5f42b74e54ec1a635e529a9b99318add1482a0af
parent49e617f9565b6528fe707bae7ea4b62b10c771a5 (diff)
downloadffmpeg-0ea285dd226df9c7814211fca1fd126dbe478d0b.tar.gz
URLProtocol: Add a flags field
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit f3bea9915fdc87c3f5b635fcfe0250a28e2b1a88)
-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