mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-08-08 14:57:55 +00:00
Remove unused variables "flags" and "dstFormat" in yuv2packed1, merge source rows per plane for yuv2packed[12], and make every source argument int16_t (some where invalidly set to uint16_t). This prevents stack pollution and is part of the Great Evil Plan to simplify swscale.