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
committerMichael Niedermayer <michaelni@gmx.at>2011-03-08 04:09:06 +0300
commit0ea285dd226df9c7814211fca1fd126dbe478d0b (patch)
tree5f42b74e54ec1a635e529a9b99318add1482a0af /libavformat
parent49e617f9565b6528fe707bae7ea4b62b10c771a5 (diff)
URLProtocol: Add a flags field
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit f3bea9915fdc87c3f5b635fcfe0250a28e2b1a88)
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