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

2022-02-23 Thread Martin Storsjö
On Tue, 15 Feb 2022, Andreas Rheinhardt wrote: It has been included since af5f434f8c0fb3b4ee3b206ebc1946ca660a8abe for deprecation reasons, but removing it has been forgotten after it had served is purpose. So remove it. For convenience, include version.h instead as LIBAVUTIL_VERSION_INT is sup

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

2022-02-15 Thread Andreas Rheinhardt
It has been included since af5f434f8c0fb3b4ee3b206ebc1946ca660a8abe for deprecation reasons, but removing it has been forgotten after it had served is purpose. So remove it. For convenience, include version.h instead as LIBAVUTIL_VERSION_INT is supposed to be used when creating AVClasses. Signed-