Re: [FFmpeg-devel] [PATCH] avutil/common: Move includes to the beginning of the file

2024-02-19 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Signed-off-by: Andreas Rheinhardt > --- > libavutil/common.h | 20 +++- > 1 file changed, 7 insertions(+), 13 deletions(-) > > diff --git a/libavutil/common.h b/libavutil/common.h > index de2140a678..57c87f1919 100644 > --- a/libavutil/common.h > +++ b/libav

[FFmpeg-devel] [PATCH] avutil/common: Move includes to the beginning of the file

2024-02-17 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavutil/common.h | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/libavutil/common.h b/libavutil/common.h index de2140a678..57c87f1919 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -42,6 +42,13 @@ #inc