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

Git pushed a commit to branch master
in repository ffmpeg.

commit 2dbcec5222775b9afd82c6379f20da5ebe91e728
Author:     Niklas Haas <[email protected]>
AuthorDate: Fri Jun 12 11:33:59 2026 +0200
Commit:     Niklas Haas <[email protected]>
CommitDate: Tue Jul 14 12:24:01 2026 +0000

    swscale/ops_dispatch: remove outdated comment
    
    Missed by 228ef8d97b.
    
    Signed-off-by: Niklas Haas <[email protected]>
---
 libswscale/ops_dispatch.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libswscale/ops_dispatch.h b/libswscale/ops_dispatch.h
index 2cc4aa3490..584e2a123e 100644
--- a/libswscale/ops_dispatch.h
+++ b/libswscale/ops_dispatch.h
@@ -135,8 +135,7 @@ typedef struct SwsOpBackend {
     SwsBackend flags; /* Set of SWS_BACKEND_* */
 
     /**
-     * Compile an operation list to an implementation chain. May modify `ops`
-     * freely; the original list will be freed automatically by the caller.
+     * Compile an operation list to an implementation chain.
      *
      * Returns 0 or a negative error code.
      */

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

Reply via email to