On Sun, Nov 24, 2024 at 10:21:34PM +0100, Marvin Scholz wrote: > Regression from 2d077f9acda4946b3455ded5778fb3fc7e85bba2 > --- > libswscale/loongarch/swscale_init_loongarch.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libswscale/loongarch/swscale_init_loongarch.c > b/libswscale/loongarch/swscale_init_loongarch.c > index 843fa08196..5204a8b66d 100644 > --- a/libswscale/loongarch/swscale_init_loongarch.c > +++ b/libswscale/loongarch/swscale_init_loongarch.c > @@ -42,7 +42,7 @@ av_cold void > ff_sws_init_range_convert_loongarch(SwsInternal *c) > #if HAVE_LASX > if (have_lasx(cpu_flags)) { > if (c->dstBpc <= 14) { > - if (c->opts,src_range) { > + if (c->opts.src_range) { > c->lumConvertRange = lumRangeFromJpeg_lasx; > c->chrConvertRange = chrRangeFromJpeg_lasx; > } else {
LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 2 "100% positive feedback" - "All either got their money back or didnt complain" "Best seller ever, very honest" - "Seller refunded buyer after failed scam"
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".