On Thu, Dec 12, 2019 at 08:21:47PM +0100, Andreas Rheinhardt wrote:
> On Sat, Dec 7, 2019 at 10:27 AM Michael Niedermayer <mich...@niedermayer.cc>
> wrote:
> 
> > Fixes CID 1456556 / 1456555
> >
> > Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>
> > ---
> >  libavfilter/vsrc_cellauto.c | 2 +-
> >  libavfilter/vsrc_life.c     | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/libavfilter/vsrc_cellauto.c b/libavfilter/vsrc_cellauto.c
> > index c75460334e..6fd812c54f 100644
> > --- a/libavfilter/vsrc_cellauto.c
> > +++ b/libavfilter/vsrc_cellauto.c
> > @@ -199,7 +199,7 @@ static av_cold int init(AVFilterContext *ctx)
> >      }
> >
> >      av_log(ctx, AV_LOG_VERBOSE,
> > -           "s:%dx%d r:%d/%d rule:%d stitch:%d scroll:%d full:%d
> > seed:%"PRIu32"\n",
> > +           "s:%dx%d r:%d/%d rule:%d stitch:%d scroll:%d full:%d
> > seed:%"PRId64"\n",
> >             s->w, s->h, s->frame_rate.num, s->frame_rate.den,
> >             s->rule, s->stitch, s->scroll, s->start_full,
> >             s->random_seed);
> > diff --git a/libavfilter/vsrc_life.c b/libavfilter/vsrc_life.c
> > index 4c0ea73d8a..5932c2395b 100644
> > --- a/libavfilter/vsrc_life.c
> > +++ b/libavfilter/vsrc_life.c
> > @@ -260,7 +260,7 @@ static av_cold int init(AVFilterContext *ctx)
> >      }
> >
> >      av_log(ctx, AV_LOG_VERBOSE,
> > -           "s:%dx%d r:%d/%d rule:%s stay_rule:%d born_rule:%d stitch:%d
> > seed:%"PRIu32"\n",
> > +           "s:%dx%d r:%d/%d rule:%s stay_rule:%d born_rule:%d stitch:%d
> > seed:%"PRId64"\n",
> >             life->w, life->h, life->frame_rate.num, life->frame_rate.den,
> >             life->rule_str, life->stay_rule, life->born_rule, life->stitch,
> >             life->random_seed);
> > --
> >
> 
> LGTM.

will apply

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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to