[FFmpeg-devel] [PATCH 10/14] swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats

Ramiro Polla ramiro.polla at gmail.com
Wed Sep 25 15:56:53 EEST 2024


On Wed, Sep 25, 2024 at 7:24 AM Derek Buitenhuis
<derek.buitenhuis at gmail.com> wrote:
> On 9/23/2024 1:40 PM, Ramiro Polla wrote:
> >  {
> > +#if 0
> >      int cpu_flags = av_get_cpu_flags();
>
> Are these '#if 0' throughout this patch intended?

Yes, some simd code is disabled because the function changed. Instead
of changing all simd code in one single commit (which I won't be able
to do because I don't know riscv or loongson assembly), I just
disabled it with #if 0.

I'll add a comment above the #if 0 in v2 of the patchset to make this clearer.


More information about the ffmpeg-devel mailing list