Quoting Tomas Härdin (2022-07-21 23:23:25) > tis 2022-07-12 klockan 16:12 +0200 skrev Andreas Rheinhardt: > > > > Anton really dislikes the av_fast_* naming and instead wants this to > > be > > called av_realloc_array_reuse(). I don't care either way. Any more > > opinions on this (or on the patch itself)? > > That's going to cause some "impedance mismatch" given that the other > functions are still called fast rather than reuse, and changing that > would requite a major bump.
One of my other points was that the existing "fast" functions use unsigned int rather than size_t, so that's another reason to replace them. Adding new functions and using them to replace all uses of the old ones in our codebase does not need a major bump. Actually removing the old ones does, but that can be done whenever. -- Anton Khirnov _______________________________________________ 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".