diff mbox series

[FFmpeg-devel,1/2] avformat/url: Reorder elements of URLProtocol to make it smaller

Message ID 20210124121820.813982-1-andreas.rheinhardt@gmail.com
State Accepted
Commit e1cba568f237466080c44f6049dbc0db0ffc469e
Headers show
Series [FFmpeg-devel,1/2] avformat/url: Reorder elements of URLProtocol to make it smaller | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt Jan. 24, 2021, 12:18 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
 libavformat/url.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andreas Rheinhardt Jan. 26, 2021, 4:17 p.m. UTC | #1
Andreas Rheinhardt:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
> ---
>  libavformat/url.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavformat/url.h b/libavformat/url.h
> index e33edf0cb9..1ef5ca35d5 100644
> --- a/libavformat/url.h
> +++ b/libavformat/url.h
> @@ -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);
> 
Will apply tomorrow unless there are objections.

- Andreas
diff mbox series

Patch

diff --git a/libavformat/url.h b/libavformat/url.h
index e33edf0cb9..1ef5ca35d5 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -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);