From f3bea9915fdc87c3f5b635fcfe0250a28e2b1a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 28 Feb 2011 15:39:17 +0200 Subject: [PATCH] URLProtocol: Add a flags field Signed-off-by: Luca Barbato --- libavformat/avio.h | 1 + 1 file changed, 1 insertion(+) 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