mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/url: Reorder elements of URLProtocol to make it smaller
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
d64d30bd25
commit
e1cba568f2
|
@ -87,8 +87,8 @@ typedef struct URLProtocol {
|
|||
int *numhandles);
|
||||
int (*url_get_short_seek)(URLContext *h);
|
||||
int (*url_shutdown)(URLContext *h, int flags);
|
||||
int priv_data_size;
|
||||
const AVClass *priv_data_class;
|
||||
int priv_data_size;
|
||||
int flags;
|
||||
int (*url_check)(URLContext *h, int mask);
|
||||
int (*url_open_dir)(URLContext *h);
|
||||
|
|
Loading…
Reference in New Issue