This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit cd2109b3a682965b0fff8f0bdb2764d4bd5b2fcb Author: Niklas Haas <[email protected]> AuthorDate: Tue Jun 16 11:51:52 2026 +0200 Commit: Niklas Haas <[email protected]> CommitDate: Tue Jun 23 11:48:13 2026 +0000 swscale/ops: fix stale comment Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <[email protected]> --- libswscale/ops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/ops.h b/libswscale/ops.h index a7d8066b94..0e8c91f00d 100644 --- a/libswscale/ops.h +++ b/libswscale/ops.h @@ -57,7 +57,7 @@ typedef enum SwsOpType { SWS_OP_LINEAR, /* generalized linear affine transform */ SWS_OP_DITHER, /* add dithering noise */ - /* Filtering operations. Always output floating point. */ + /* Filtering operations. */ SWS_OP_FILTER_H, /* horizontal filtering */ SWS_OP_FILTER_V, /* vertical filtering */ _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
