Commit 0ea285dd authored by Martin Storsjö's avatar Martin Storsjö Committed by Michael Niedermayer

URLProtocol: Add a flags field

Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
(cherry picked from commit f3bea991)
parent 49e617f9
......@@ -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