1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-17 20:17:55 +02:00

swscale/internal: fix typo in loongarch specific code

Regression from 2d077f9acda4946b3455ded5778fb3fc7e85bba2
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 {