URLProtocol: Add a flags field
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit f3bea9915fdc87c3f5b635fcfe0250a28e2b1a88)
This commit is contained in:
parent
49e617f956
commit
0ea285dd22
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user