Change #265666
| Category | ffmpeg |
| Changed by | Jun Zhao <barryjzhao@tencent.com> |
| Changed at | Tue 28 Apr 2026 08:14:38 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 0929b6038ce70e1316907c9a35112f9f1f955f4a |
Comments
avfilter/vf_scale_vulkan: propagate ff_scale_adjust_dimensions() error ff_scale_adjust_dimensions() can now return a negative error code when the evaluated output dimensions are non-positive. Check the return value and fail fast instead of continuing with the unadjusted result. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Changed files
- libavfilter/vf_scale_vulkan.c