Change #265667
| 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 | 4fc0b36bacb08c0739e96804adac8f69b3c65de0 |
Comments
avfilter/vf_scale_d3d12: 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_d3d12.c