Change #264724
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Thu 16 Apr 2026 22:59:39 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | c98810ac7829712a73fa93dff538859766385233 |
Comments
swscale/ops_dispatch: zero-init tail buffer Prevents valgrind from complaining about operating on uninitialized bytes. This should be cheap as it's only done once during setup(). Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_dispatch.c