Change #264734
| 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 | f604add8c1caf3d3baa4ede573a225d0cb18e86e |
Comments
swscale/ops_dispatch: remove pointless AV_CEIL_RSHIFT() The over_read/write fields are not documented as depending on the subsampling factor. Actually, they are not documented as depending on the plane at all. If and when we do actually add support for horizontal subsampling to this code, it will most likely be by turning all of these key variables into arrays, which will be an upgrade we get basically for free. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_dispatch.c