Change #273435
| Category | ffmpeg |
| Changed by | Michael Niedermayer <michael@niedermayer.cc> |
| Changed at | Wed 01 Jul 2026 03:48:33 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | ef18ece3f0cc7297b08918d3d242ad3eca3021ce |
Comments
checkasm/sw_rgb: test uyvytoyuv422 with odd widths The SIMD uyvytoyuv422 implementations only handled even widths correctly. Add odd width and 1x1 entries so the trailing column handling is exercised against the C reference. An odd width reads one source byte more than 2*width, the V sample at src[2w], so the stride is extended by one for odd widths. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Changed files
- tests/checkasm/sw_rgb.c