Re: [FFmpeg-devel] [PATCH 16/25] lavf/avformat.h: drop the avcodec.h include

2021-05-23 Thread Michael Niedermayer
On Fri, May 21, 2021 at 08:00:47PM +0200, Anton Khirnov wrote: > Since AVStream.codec is gone, avformat.h does not require anything from > avcodec.h. > --- > libavformat/avformat.h | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) seems to break alltools build here tools/uncoded_fram

[FFmpeg-devel] [PATCH 16/25] lavf/avformat.h: drop the avcodec.h include

2021-05-21 Thread Anton Khirnov
Since AVStream.codec is gone, avformat.h does not require anything from avcodec.h. --- libavformat/avformat.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index a28ac372da..92807e9657 100644 --- a/libavformat/avformat.h +