Re: [FFmpeg-devel] [PATCH 5/7] avutil: Move error.h from avutil.h to common.h

2023-09-03 Thread Paul B Mahol
Probably OK ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 5/7] avutil: Move error.h from avutil.h to common.h

2023-09-02 Thread Andreas Rheinhardt
Up until now, avutil.h includes common.h which includes mem.h which includes avutil.h, so that all these headers are in fact equivalent. Yet mem.h does not need to include avutil.h at all and when it no longer does, including common.h will no longer include error.h (included by avutil.h) as well; c