Andreas Rheinhardt (12020-08-15): > Signed-off-by: Andreas Rheinhardt <[email protected]> > --- > libavfilter/formats.c | 4 ++++ > 1 file changed, 4 insertions(+)
The patch works, but I do not think it is necessary or even useful: these arrays are short-lived anyway, they will be freed very soon anyway. (Also, we may want to make them power-of-two dynarrays at some places, to avoid quadratic adds of formats.) Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ 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".
