[FFmpeg-devel] [PATCH] fftools/ffmpeg: reset pointer, which could be reused by Android and iOS
Nicolas George
george at nsup.org
Fri Mar 3 11:31:12 EET 2023
"zhilizhao(赵志立)" (12023-03-03):
> > av_freep(&input_files);
> > av_freep(&output_files);
> > + input_files = NULL;
> > + output_files = NULL;
> Until we decided to make ffmpeg cmd works as a library,
> it doesn’t matter.
It is worse than that: the patch completely ignores the semantic of
av_freep().
Useless patch with no explanations at all in the mail => just ignore the
mail.
> I’m interested on the idea to make fftools
> work like a library. But it depends on the community.
That would be more or less what an extended libavfilter with movie
source and sink would be.
Regards,
--
Nicolas George
More information about the ffmpeg-devel
mailing list