Re: [FFmpeg-devel] [PATCH v2] checkasm/v210enc.c: Use checkasm_check()

2025-04-01 Thread Martin Storsjö
On Wed, 26 Mar 2025, Martin Storsjö wrote: From: Kieran Kunhya This gives more informative printouts if the tests fail, if checkasm is run with "-v". Signed-off-by: Martin Storsjö --- tests/checkasm/v210enc.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/c

Re: [FFmpeg-devel] [PATCH v2] checkasm/v210enc.c: Use checkasm_check()

2025-04-01 Thread Martin Storsjö
On Tue, 1 Apr 2025, Martin Storsjö wrote: On Wed, 26 Mar 2025, Martin Storsjö wrote: From: Kieran Kunhya This gives more informative printouts if the tests fail, if checkasm is run with "-v". Signed-off-by: Martin Storsjö --- tests/checkasm/v210enc.c | 9 - 1 file changed, 4 inserti

[FFmpeg-devel] [PATCH v2] checkasm/v210enc.c: Use checkasm_check()

2025-03-26 Thread Martin Storsjö
From: Kieran Kunhya This gives more informative printouts if the tests fail, if checkasm is run with "-v". Signed-off-by: Martin Storsjö --- tests/checkasm/v210enc.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/checkasm/v210enc.c b/tests/checkasm/v210enc.c