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