On Thu, Apr 29, 2021 at 06:24:02PM +0200, Paul B Mahol wrote: > commit log/message is wrong
Sorry, I'm not sure what's wrong, check -> checks? what's your suggestion? > > On Thu, Apr 29, 2021 at 3:16 PM <[email protected]> wrote: > > > From: Limin Wang <[email protected]> > > > > Signed-off-by: Limin Wang <[email protected]> > > --- > > libavfilter/vf_identity.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavfilter/vf_identity.c b/libavfilter/vf_identity.c > > index 4e0a44d..c81c40a 100644 > > --- a/libavfilter/vf_identity.c > > +++ b/libavfilter/vf_identity.c > > @@ -296,7 +296,7 @@ static int config_input_ref(AVFilterLink *inlink) > > if (!s->scores) > > return AVERROR(ENOMEM); > > > > - for (int t = 0; t < s->nb_threads && s->scores; t++) { > > + for (int t = 0; t < s->nb_threads; t++) { > > s->scores[t] = av_calloc(s->nb_components, sizeof(*s->scores[0])); > > if (!s->scores[t]) > > return AVERROR(ENOMEM); > > -- > > 1.8.3.1 > > > > _______________________________________________ > > 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". > > -- Thanks, Limin Wang _______________________________________________ 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".
