Thank you for your reminding, George.
I really ignore av_freep() above.
Please ignore this patch.
// xufuji456
------------------ ???????? ------------------
??????:
"ffmpeg-devel"
<[email protected]>;
????????: 2023??3??3??(??????) ????5:31
??????: "FFmpeg development discussions and
patches"<[email protected]>;
????: "??????"<[email protected]>;
????: Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: reset pointer, which
could be reused by Android and iOS
"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
_______________________________________________
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".