Quoting Andreas Rheinhardt (2023-07-11 03:10:38) > This allows to avoid exposing AVCodecInternal to files that > don't need it and only include internal.h for something else > (like the avpriv functions which are of course included outside > of libavcodec where AVCodecInternal should never be visible).
Actually looking at all those other things in internal.h it seems to me that (almost?) all of them belong somewhere else. Multiple functions are only used in one place, some others are encoding-only and belong in encode.h, etc. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
