Commit f3bea991 authored by Martin Storsjö's avatar Martin Storsjö Committed by Luca Barbato

URLProtocol: Add a flags field

Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent 391a1327
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment