swscale/internal: fix typo in loongarch specific code

Regression from 2d077f9acd
This commit is contained in:
Marvin Scholz 2024-11-24 22:21:34 +01:00
parent bcbf3a5630
commit 6b9f4f36f7

View File

@ -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 {