Change #265664
| 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 | 8fc4cc982e9bdfc81f845d462cb971bb3067165f |
Comments
avfilter/vf_scale_vaapi: 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_vaapi.c