mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-13 06:28:06 +00:00
Just define these directly as integer arrays; there's really no point in having them re-use SwsSwizzleOp; the only place this was ever even remotely relevant was in the no-op check, which any decent compiler should already be capable of optimizing into a single 32-bit comparison. Signed-off-by: Niklas Haas <git@haasn.dev>