On 11/30/2023 7:39 AM, Anton Khirnov wrote:
av_dynarray2_add_nofree
This is getting ridiculous. Do we really need 4 separate dynarray_add
functions? Wouldn't a single one with a flags argument do the job?
Maybe, but i just wanted a av_dynarray2_add() that would not free the
array on failure, as that'd mean leaks for my usecase.
I'll just try to use av_calloc() everywhere instead.
_______________________________________________
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".