Re: [FFmpeg-devel] [PATCH 12/19] avutil/imgutils: Don't include avutil.h

2022-02-23 Thread Martin Storsjö
On Tue, 15 Feb 2022, Andreas Rheinhardt wrote: It is a remnant of an FF_API_* inclusion (back from when they were in avutil.h and not in version.h). Signed-off-by: Andreas Rheinhardt --- libavutil/imgutils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) LGTM // Martin ___

[FFmpeg-devel] [PATCH 12/19] avutil/imgutils: Don't include avutil.h

2022-02-15 Thread Andreas Rheinhardt
It is a remnant of an FF_API_* inclusion (back from when they were in avutil.h and not in version.h). Signed-off-by: Andreas Rheinhardt --- libavutil/imgutils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavutil/imgutils.h b/libavutil/imgutils.h index cb2d74728e..be