]> git.sesse.net Git - ffmpeg/commitdiff
avformat/url: Reorder elements of URLProtocol to make it smaller
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 24 Jan 2021 11:19:03 +0000 (12:19 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 27 Jan 2021 10:53:22 +0000 (11:53 +0100)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/url.h

index e33edf0cb980cf840389124dc308c005101d42a9..1ef5ca35d51b542280c190c137b48874d355ecbf 100644 (file)
@@ -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);