This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 4566eee58816d9a927b460f73c773d18e6060274 Author: Timo Rothenpieler <[email protected]> AuthorDate: Fri Aug 14 23:26:14 2026 +0200 Commit: Timo Rothenpieler <[email protected]> CommitDate: Thu Aug 20 12:09:22 2026 +0000 avfilter/vf_scale_cuda: always have valid passes setup --- libavfilter/vf_scale_cuda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_scale_cuda.c b/libavfilter/vf_scale_cuda.c index fc3a91d299..7b001c9f5b 100644 --- a/libavfilter/vf_scale_cuda.c +++ b/libavfilter/vf_scale_cuda.c @@ -385,7 +385,7 @@ static av_cold void cudascale_setup_passes(AVFilterContext *ctx) s->pass_y = FILTER_OUT; } else if (inlink->w != outlink->w) { s->pass_x = FILTER_OUT; - } else if (inlink->h != outlink->h) { + } else { s->pass_y = FILTER_OUT; } } -- To stop receiving notification emails like this one, please contact [email protected]. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
