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

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 82d03c6d8e tests/checkasm: Give the ttaencdsp function a separate name
82d03c6d8e is described below

commit 82d03c6d8e1a16182b3db873eada6b968996437c
Author:     Martin Storsjö <[email protected]>
AuthorDate: Wed Aug 12 15:23:24 2026 +0300
Commit:     Martin Storsjö <[email protected]>
CommitDate: Wed Aug 12 15:57:48 2026 +0300

    tests/checkasm: Give the ttaencdsp function a separate name
    
    Otherwise, if running both ttadsp and ttaencdsp tests in the same
    checkasm run, we get failures as the two functions don't match.
    
    This fixes running the "checkasm" binary without any "--test"
    parameter.
---
 tests/checkasm/ttadsp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/checkasm/ttadsp.c b/tests/checkasm/ttadsp.c
index d4c95e5b16..13c75c574d 100644
--- a/tests/checkasm/ttadsp.c
+++ b/tests/checkasm/ttadsp.c
@@ -84,7 +84,7 @@ void checkasm_check_ttaencdsp(void)
 
     ff_ttaencdsp_init(&ttaencdsp);
 
-    if (check_func(ttaencdsp.filter_process, "filter_process"))
+    if (check_func(ttaencdsp.filter_process, "enc_filter_process"))
         check_filter_process();
     report("filter_process");
 }

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

Reply via email to