Change #272244
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Tue 23 Jun 2026 13:48:13 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 07e6ee54e7225694853a5a02c71fbcaed36be574 |
Comments
swscale/ops_dispatch: move no-op check after optimization pass Otherwise, this will false negative if the redundant operations haven't been optimized away yet, resulting in unnecessary memcpy operations. Fixes: a5341560839ad9d5432978e0a760d6771142c712 Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_dispatch.c