[FFmpeg-devel] [PATCH] swscale/internal: fix typo in loongarch specific code
Michael Niedermayer
michael at niedermayer.cc
Mon Nov 25 03:50:16 EET 2024
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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20241125/e143b644/attachment.sig>
More information about the ffmpeg-devel
mailing list