On Wed, 31 Jan 2024 12:47:59 +0100 "Diederick C. Niehorster" <[email protected]> wrote: > On Wed, Jan 31, 2024 at 12:17 PM Niklas Haas <[email protected]> wrote: > > > > From: Niklas Haas <[email protected]> > > > > diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c > > index fe7e6ace27..37110bc32f 100644 > > --- a/libavfilter/vf_drawtext.c > > +++ b/libavfilter/vf_drawtext.c > > @@ -1152,7 +1152,7 @@ static int config_input(AVFilterLink *inlink) > > char *expr; > > int ret; > > > > - ff_draw_init(&s->dc, inlink->format, FF_DRAW_PROCESS_ALPHA); > > + ff_draw_init(&s->dc, inlink->format, inlink->colorspace, > > inlink->color_range, FF_DRAW_PROCESS_ALPHA); > > Should this be ff_draw_init2?
Yes, fixed. Will merge in 24h without further feedback. _______________________________________________ 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".
