From f3bea9915fdc87c3f5b635fcfe0250a28e2b1a88 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 28 Feb 2011 15:39:17 +0200 Subject: URLProtocol: Add a flags field Signed-off-by: Luca Barbato --- libavformat/avio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/avio.h') 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 -- cgit v1.2.3