mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
URLProtocol: Add a flags field
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
391a1327bd
commit
f3bea9915f
@ -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