This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 94777ed2eb330126599c9d0ebf30471a7d3ec3e2
Author:     Niklas Haas <[email protected]>
AuthorDate: Tue Dec 16 13:35:24 2025 +0100
Commit:     Niklas Haas <[email protected]>
CommitDate: Sat Dec 20 13:52:45 2025 +0000

    swscale/ops_chain: fix comment
---
 libswscale/ops_chain.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswscale/ops_chain.h b/libswscale/ops_chain.h
index 7f436869b1..2f5a31793e 100644
--- a/libswscale/ops_chain.h
+++ b/libswscale/ops_chain.h
@@ -127,7 +127,7 @@ typedef struct SwsOpTable {
 
 /**
  * "Compile" a single op by looking it up in a list of fixed size op tables.
- * See `op_match` in `ops.c` for details on how the matching works.
+ * See `op_match` in `ops_chain.c` for details on how the matching works.
  *
  * Returns 0, AVERROR(EAGAIN), or a negative error code.
  */

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to