This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 363779a4bb1c42432934222cc5f647eba826d13c Author: Niklas Haas <[email protected]> AuthorDate: Thu Feb 26 18:15:02 2026 +0100 Commit: Niklas Haas <[email protected]> CommitDate: Fri Feb 27 16:18:34 2026 +0000 swscale/ops: don't set src/dst_frame_ptr in op_pass_run() Already set by setup(). Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <[email protected]> --- libswscale/ops.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libswscale/ops.c b/libswscale/ops.c index 61926c4b38..8a93d93d00 100644 --- a/libswscale/ops.c +++ b/libswscale/ops.c @@ -1090,9 +1090,6 @@ static void op_pass_run(const SwsImg *out, const SwsImg *in, const int y, exec.slice_y = y; exec.slice_h = h; - exec.src_frame_ptr = in->frame_ptr; - exec.dst_frame_ptr = out->frame_ptr; - /** * To ensure safety, we need to consider the following: * _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
