[FFmpeg-devel] [PATCH 06/19] avformat/avio: Don't include common.h

Martin Storsjö martin at martin.st
Wed Feb 23 16:46:07 EET 2022


On Tue, 15 Feb 2022, Andreas Rheinhardt wrote:

> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> libavformat/avio.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libavformat/avio.h b/libavformat/avio.h
> index cd63322a62..ca970b1ce3 100644
> --- a/libavformat/avio.h
> +++ b/libavformat/avio.h
> @@ -27,8 +27,9 @@
>  */
>
> #include <stdint.h>
> +#include <stdio.h>
>
> -#include "libavutil/common.h"
> +#include "libavutil/attributes.h"
> #include "libavutil/dict.h"
> #include "libavutil/log.h"
>
> --

LGTM

// Martin



More information about the ffmpeg-devel mailing list