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:
parent
bcbf3a5630
commit
6b9f4f36f7
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user