> On Oct 29, 2019, at 9:15 PM, Paul B Mahol <[email protected]> wrote: > > On 10/29/19, Michael Niedermayer <[email protected]> wrote: >> On Mon, Oct 28, 2019 at 11:18:04AM +0800, [email protected] wrote: >>> On Mon, Oct 28, 2019 at 12:03 AM Zhao Zhili <[email protected]> >>> wrote: >>>> >>>> --- >>>> libavfilter/allfilters.c | 2 +- >>>> 1 file changed, 1 insertion(+), 1 deletion(-) >>>> >>>> diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c >>>> index d136734338..6156066028 100644 >>>> --- a/libavfilter/allfilters.c >>>> +++ b/libavfilter/allfilters.c >>>> @@ -503,7 +503,7 @@ const AVFilter *avfilter_get_by_name(const char >>>> *name) >>>> >>>> while ((f = av_filter_iterate(&opaque))) >>>> if (!strcmp(f->name, name)) >>>> - return (AVFilter *)f; >>>> + return f; >>>> >>>> return NULL; >>>> } >>>> -- >>>> 2.21.0 >>> LGTM >> >> will apply >> > > Breaks ABI.
I don’t get it, would you care to elaborate? > >> thx >> >> [...] >> >> -- >> Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB >> >> Good people do not need laws to tell them to act responsibly, while bad >> people will find a way around the laws. -- Plato >> > _______________________________________________ > 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". _______________________________________________ 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".
