This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit abb15241388c18d1d2587dd8eb06f5eb50e2ff6a Author: Niklas Haas <[email protected]> AuthorDate: Mon Dec 15 18:34:47 2025 +0100 Commit: Niklas Haas <[email protected]> CommitDate: Wed Dec 24 16:37:22 2025 +0000 Revert "swscale/ops: clarify SwsOpList.src/dst semantics" This reverts commit c94e8afe5d195fb08c441fbe3f8c2295081fcf8b. These are now actually purely informational. --- libswscale/ops.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libswscale/ops.h b/libswscale/ops.h index d3d06b30e9..0db92306a0 100644 --- a/libswscale/ops.h +++ b/libswscale/ops.h @@ -230,8 +230,8 @@ typedef struct SwsOpList { SwsOp *ops; int num_ops; - /* Metadata associated with this operation list */ - SwsFormat src, dst; /* if set; may inform the optimizer about e.g value ranges */ + /* Purely informative metadata associated with this operation list */ + SwsFormat src, dst; } SwsOpList; SwsOpList *ff_sws_op_list_alloc(void); _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
