Change #239949
Category | ffmpeg |
Changed by | Kacper Michajłow <kasper93 | @gmail.com>
Changed at | Thu 17 Jul 2025 00:28:21 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | ec51162bb6221b6af20348ade6c52e38c1e5e4b8 |
Comments
checkasm/swscale: fix function prototypes This aligns declared function types in checkasm with real definition. Fixes FATE: checkasm-{sw_rgb,sw_scale,sw_yuv2rgb,sw_yuv2yuv} Fixes: runtime error: call to function <func> through pointer to incorrect function type Fixes: c1a0e657638f7007dcc807a2d985c22631fcd6d3 Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
Changed files
- tests/checkasm/sw_rgb.c
- tests/checkasm/sw_scale.c
- tests/checkasm/sw_yuv2rgb.c
- tests/checkasm/sw_yuv2yuv.c