This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit e9c2f19e01de82c56fcd8c8e7c070acf8113a1cc Author: Andreas Rheinhardt <[email protected]> AuthorDate: Tue Feb 24 18:53:22 2026 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Wed Feb 25 12:42:19 2026 +0100 tests/checkasm/h264chroma: Add bit depth to error output Reviewed-by: Lynne <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> --- tests/checkasm/h264chroma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checkasm/h264chroma.c b/tests/checkasm/h264chroma.c index b5b8d64855..8a96d1b973 100644 --- a/tests/checkasm/h264chroma.c +++ b/tests/checkasm/h264chroma.c @@ -64,7 +64,7 @@ static void check_chroma_mc(void) call_ref(dst0, src, 16 * SIZEOF_PIXEL, 16, x, y); \ call_new(dst1, src, 16 * SIZEOF_PIXEL, 16, x, y); \ if (memcmp(dst0, dst1, 16 * 16 * SIZEOF_PIXEL)) { \ - fprintf(stderr, #name ": x:%i, y:%i\n", x, y); \ + fprintf(stderr, #name "_%d: x:%i, y:%i\n", bit_depth, x, y); \ fail(); \ } \ bench_new(dst1, src, 16 * SIZEOF_PIXEL, 16, x, y); \ _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
