Change #264169
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Fri 10 Apr 2026 15:12:18 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 3a159903684db1fdb9589ed16f881d83fe5b033b |
Comments
swscale/ops_dispatch: forward correct pass alignment As a consequence of the fact that the frame pool API doesn't let us directly access the linesize, we have to "un-translate" the over_read/write back to the nearest multiple of the pixel size. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_dispatch.c