Change #259963
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Fri 06 Mar 2026 00:34:56 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | d9e594ca960db6e0d24fdc8e5c6ec5438bff043f |
Comments
swscale/graph: have ff_sws_graph_add_pass() return an error code This allows distinguishing between different types of failure, e.g. AVERROR(EINVAL) on invalid pass dimensions. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/graph.c
- libswscale/graph.h
- libswscale/ops_dispatch.c