mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-14 19:25:01 +00:00
swscale/internal: fix typo in loongarch specific code
Regression from 2d077f9acd
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
|
||||||
if (have_lasx(cpu_flags)) {
|
if (have_lasx(cpu_flags)) {
|
||||||
if (c->dstBpc <= 14) {
|
if (c->dstBpc <= 14) {
|
||||||
if (c->opts,src_range) {
|
if (c->opts.src_range) {
|
||||||
c->lumConvertRange = lumRangeFromJpeg_lasx;
|
c->lumConvertRange = lumRangeFromJpeg_lasx;
|
||||||
c->chrConvertRange = chrRangeFromJpeg_lasx;
|
c->chrConvertRange = chrRangeFromJpeg_lasx;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user