1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

URLProtocol: Add a flags field

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit f3bea9915f)
This commit is contained in:
Martin Storsjö
2011-02-28 15:39:17 +02:00
committed by Michael Niedermayer
parent 49e617f956
commit 0ea285dd22

View File

@@ -295,6 +295,7 @@ typedef struct URLProtocol {
int (*url_get_file_handle)(URLContext *h); int (*url_get_file_handle)(URLContext *h);
int priv_data_size; int priv_data_size;
const AVClass *priv_data_class; const AVClass *priv_data_class;
int flags;
} URLProtocol; } URLProtocol;
#if FF_API_REGISTER_PROTOCOL #if FF_API_REGISTER_PROTOCOL